Skip to content

Commit 7a4a784

Browse files
committed
add license
1 parent 6ef421d commit 7a4a784

39 files changed

+51
-50
lines changed

Live2d/main.cpp

Lines changed: 0 additions & 7 deletions
This file was deleted.

QtLive2d.pro

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ QT += core gui opengl openglwidgets
33
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
44

55
CONFIG += c++17
6+
TARGET = Sample
67

78
# You can make your code fail to compile if it uses deprecated APIs.
89
# In order to do so, uncomment the following line.
@@ -48,40 +49,40 @@ HEADERS += \
4849
Framework/src/Rendering/OpenGL/CubismOffscreenSurface_OpenGLES2.hpp \
4950
Framework/src/Rendering/OpenGL/CubismRenderer_OpenGLES2.hpp \
5051
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
6566

6667
SOURCES += \
6768
Framework/src/Rendering/CubismRenderer.cpp \
6869
Framework/src/Rendering/OpenGL/CubismOffscreenSurface_OpenGLES2.cpp \
6970
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
8485

8586
FORMS += \
86-
QtLive2d/mainwindow.ui
87+
Sample/mainwindow.ui
8788

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)