2018-03-10 06:57:14 +00:00
|
|
|
QT += core widgets opengl
|
|
|
|
CONFIG += debug
|
|
|
|
|
|
|
|
INCLUDEPATH += src
|
|
|
|
|
|
|
|
SOURCES += src/mainwindow.cpp
|
|
|
|
HEADERS += src/mainwindow.h
|
|
|
|
|
|
|
|
SOURCES += src/modelingwidget.cpp
|
|
|
|
HEADERS += src/modelingwidget.h
|
|
|
|
|
2018-03-11 03:18:24 +00:00
|
|
|
SOURCES += src/skeletoneditwidget.cpp
|
|
|
|
HEADERS += src/skeletoneditwidget.h
|
|
|
|
|
2018-03-10 06:57:14 +00:00
|
|
|
SOURCES += src/mesh.cpp
|
|
|
|
HEADERS += src/mesh.h
|
|
|
|
|
|
|
|
SOURCES += src/main.cpp
|
|
|
|
|
|
|
|
INCLUDEPATH += ../meshlite/include
|
|
|
|
LIBS += -L../meshlite/target/debug -lmeshlite
|
|
|
|
|
|
|
|
target.path = ./
|
|
|
|
INSTALLS += target
|