dust3d/dust3d.pro

24 lines
453 B
Prolog
Raw Normal View History

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
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