Derived App from QApplication
This commit is contained in:
parent
1eaae882a0
commit
a9ea3928e4
4 changed files with 35 additions and 8 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue