summaryrefslogtreecommitdiffstats
path: root/basicsuite/shared/shared.pri
blob: 2ae3d3d95abebf4bab6a8210c5bf4fd18c58937a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += quick

DESTPATH = /data/user/$$TARGET
target.path = $$DESTPATH

excludeFile.files = exclude.txt
excludeFile.path = $$DESTPATH
INSTALLS += excludeFile

SOURCES += $$PWD/main.cpp \
           $$PWD/engine.cpp

HEADERS += $$PWD/engine.h