Skip to content

Commit 0739670

Browse files
committed
Commit
1 parent be2cd1c commit 0739670

File tree

147 files changed

+2178
-3405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+2178
-3405
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/QtLive2d.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/customTargets.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/tools/External Tools.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Framework/Framework.pro

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,25 @@ CONFIG += staticlib
88
INCLUDEPATH += .
99
INCLUDEPATH += $$PWD/src
1010
INCLUDEPATH += $$PWD/../Core/include
11-
QT += core opengl openglwidgets
11+
QT += core opengl widgets
1212

13-
LIBS += -lGlu32
14-
LIBS += -lOpenGL32
1513
DEPENDPATH += $$PWD/../dll
1614

1715

18-
DEFINES += WIN32
19-
DEFINES += _WINDOWS
20-
DEFINES += CSM_TARGET_WIN_GL
2116

2217

2318
CONFIG(debug, debug|release){
2419
message(Debug build)
2520
TARGET = Frameworkd
26-
LIBS += -L$$PWD/../lib/ -lLive2DCubismCore_MDd
21+
LIBS += -L$$PWD/../lib/ -lLive2DCubismCore
2722
release
2823

2924
}
3025

3126
CONFIG(release, debug|release){
3227
message(Release build)
3328
TARGET = Framework
34-
LIBS += -L$$PWD/../lib/ -lLive2DCubismCore_MD
29+
LIBS += -L$$PWD/../lib/ -lLive2DCubismCore
3530

3631
}
3732

Framework/build/ACubismMotion.o

35.2 KB
Binary file not shown.

Framework/build/CubismBreath.o

24.8 KB
Binary file not shown.

Framework/build/CubismCdiJson.o

64.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)