@@ -3,6 +3,7 @@ QT += core gui opengl openglwidgets
3
3
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
4
4
5
5
CONFIG += c++17
6
+ TARGET = Sample
6
7
7
8
# You can make your code fail to compile if it uses deprecated APIs.
8
9
# In order to do so, uncomment the following line.
@@ -48,40 +49,40 @@ HEADERS += \
48
49
Framework/src/Rendering/OpenGL/CubismOffscreenSurface_OpenGLES2.hpp \
49
50
Framework/src/Rendering/OpenGL/CubismRenderer_OpenGLES2.hpp \
50
51
Framework/src/Rendering/OpenGL/openglhelper.hpp \
51
- Live2d /LAppAllocator.hpp \
52
- Live2d /LAppDefine.hpp \
53
- Live2d /LAppDelegate.hpp \
54
- Live2d /LAppLive2DManager.hpp \
55
- Live2d /LAppModel.hpp \
56
- Live2d /LAppPal.hpp \
57
- Live2d /LAppSprite.hpp \
58
- Live2d /LAppTextureManager.hpp \
59
- Live2d /LAppView.hpp \
60
- Live2d /LAppWavFileHandler.hpp \
61
- Live2d /QLive2dWidget.hpp \
62
- Live2d /TouchManager.hpp \
63
- Live2d /openglhelper.hpp \
64
- QtLive2d /mainwindow.h
52
+ QtLive2d /LAppAllocator.hpp \
53
+ QtLive2d /LAppDefine.hpp \
54
+ QtLive2d /LAppDelegate.hpp \
55
+ QtLive2d /LAppLive2DManager.hpp \
56
+ QtLive2d /LAppModel.hpp \
57
+ QtLive2d /LAppPal.hpp \
58
+ QtLive2d /LAppSprite.hpp \
59
+ QtLive2d /LAppTextureManager.hpp \
60
+ QtLive2d /LAppView.hpp \
61
+ QtLive2d /LAppWavFileHandler.hpp \
62
+ QtLive2d /QLive2dWidget.hpp \
63
+ QtLive2d /TouchManager.hpp \
64
+ QtLive2d /openglhelper.hpp \
65
+ Sample /mainwindow.h
65
66
66
67
SOURCES += \
67
68
Framework/src/Rendering/CubismRenderer.cpp \
68
69
Framework/src/Rendering/OpenGL/CubismOffscreenSurface_OpenGLES2.cpp \
69
70
Framework/src/Rendering/OpenGL/CubismRenderer_OpenGLES2.cpp \
70
- Live2d /LAppAllocator.cpp \
71
- Live2d /LAppDefine.cpp \
72
- Live2d /LAppDelegate.cpp \
73
- Live2d /LAppLive2DManager.cpp \
74
- Live2d /LAppModel.cpp \
75
- Live2d /LAppPal.cpp \
76
- Live2d /LAppSprite.cpp \
77
- Live2d /LAppTextureManager.cpp \
78
- Live2d /LAppView.cpp \
79
- Live2d /LAppWavFileHandler.cpp \
80
- Live2d /QLive2dWidget.cpp \
81
- Live2d /TouchManager.cpp \
82
- QtLive2d /main.cpp \
83
- QtLive2d /mainwindow.cpp
71
+ QtLive2d /LAppAllocator.cpp \
72
+ QtLive2d /LAppDefine.cpp \
73
+ QtLive2d /LAppDelegate.cpp \
74
+ QtLive2d /LAppLive2DManager.cpp \
75
+ QtLive2d /LAppModel.cpp \
76
+ QtLive2d /LAppPal.cpp \
77
+ QtLive2d /LAppSprite.cpp \
78
+ QtLive2d /LAppTextureManager.cpp \
79
+ QtLive2d /LAppView.cpp \
80
+ QtLive2d /LAppWavFileHandler.cpp \
81
+ QtLive2d /QLive2dWidget.cpp \
82
+ QtLive2d /TouchManager.cpp \
83
+ Sample /main.cpp \
84
+ Sample /mainwindow.cpp
84
85
85
86
FORMS += \
86
- QtLive2d /mainwindow.ui
87
+ Sample /mainwindow.ui
87
88
0 commit comments