Big reorganization

This commit is contained in:
Matt Keeter 2014-03-13 06:17:51 -07:00
parent b903eced97
commit 44fb4197ca
11 changed files with 45 additions and 40 deletions

31
qt/fstl.pro Normal file
View 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