Add Main to src/app folder

This commit is contained in:
baydam
2017-08-01 02:25:12 +00:00
parent 810566e73f
commit 49997db0b1
4 changed files with 11 additions and 0 deletions

11
src/app/app.pri Normal file
View File

@@ -0,0 +1,11 @@
include(../src.pri)
HEADERS += $$PWD/MainApplication.h
SOURCES += $$PWD/MainApplication.cpp \
$$PWD/main.cpp
MOC_DIR = $$PWD/mocs
OBJECTS_DIR = $$PWD/objs
RCC_DIR = $$PWD/qrc