mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Add Main to src/app folder
This commit is contained in:
@@ -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