Big reorganization
This commit is contained in:
parent
b903eced97
commit
44fb4197ca
11 changed files with 45 additions and 40 deletions
31
qt/fstl.pro
Normal file
31
qt/fstl.pro
Normal file
|
@ -0,0 +1,31 @@
|
|||
QT += core gui opengl widgets
|
||||
|
||||
TARGET = fstl
|
||||
TEMPLATE = app
|
||||
|
||||
SOURCES += \
|
||||
../src/main.cpp\
|
||||
../src/canvas.cpp \
|
||||
../src/mesh.cpp \
|
||||
../src/glmesh.cpp \
|
||||
../src/loader.cpp \
|
||||
../src/window.cpp \
|
||||
../src/backdrop.cpp
|
||||
|
||||
HEADERS += \
|
||||
../src/canvas.h \
|
||||
../src/mesh.h \
|
||||
../src/glmesh.h \
|
||||
../src/loader.h \
|
||||
../src/window.h \
|
||||
../src/backdrop.h
|
||||
|
||||
CONFIG += c++11
|
||||
|
||||
RESOURCES += \
|
||||
qt.qrc \
|
||||
../gl/gl.qrc
|
||||
|
||||
QMAKE_INFO_PLIST = ../misc/Info.plist
|
||||
|
||||
ICON = ../misc/fstl.icns
|
Loading…
Add table
Add a link
Reference in a new issue