Derived App from QApplication

This commit is contained in:
Matt Keeter 2014-03-14 10:26:27 -04:00
parent 1eaae882a0
commit a9ea3928e4
4 changed files with 35 additions and 8 deletions

View file

@ -4,6 +4,7 @@ TARGET = fstl
TEMPLATE = app
SOURCES += \
../src/app.cpp\
../src/main.cpp\
../src/canvas.cpp \
../src/mesh.cpp \
@ -13,6 +14,7 @@ SOURCES += \
../src/backdrop.cpp
HEADERS += \
../src/app.h\
../src/canvas.h \
../src/mesh.h \
../src/glmesh.h \