forked from SiriusDely/Cascades-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rundgang.pro
26 lines (21 loc) · 838 Bytes
/
rundgang.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
APP_NAME = rundgang
CONFIG += qt warn_on cascades10
LIBS += -lbbdata
LIBS += -lbbcascadespickers
LIBS += -lbbpim
LIBS += -lexif
include(config.pri)
# Add qml subfolders and relevant cpp files for translation
lupdate_inclusion {
SOURCES += $$quote($$BASEDIR/../src/common/*.c) \
$$quote($$BASEDIR/../src/common/*.cpp) \
$$quote($$BASEDIR/../src/rundgang/*.cpp) \
$$quote($$BASEDIR/../src/rundgang/*.c) \
$$quote($$BASEDIR/../assets/Common/*.qml) \
$$quote($$BASEDIR/../assets/History/*.qml) \
$$quote($$BASEDIR/../assets/Rundgang/*.qml)
HEADERS += $$quote($$BASEDIR/../src/common/*.h) \
$$quote($$BASEDIR/../src/common/*.hpp) \
$$quote($$BASEDIR/../src/rundgang/*.h) \
$$quote($$BASEDIR/../src/rundgang/*.hpp)
}