mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-10 17:49:12 +02:00
Add Main to src/app folder
This commit is contained in:
11
src/app/app.pri
Normal file
11
src/app/app.pri
Normal 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
|
||||
Reference in New Issue
Block a user