blob: 15d97c0c4e878b1db2c6d7b29892b5bf6af0161a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
qtconcurrent \
aggregation \
extensionsystem \
utils \
utils/process_stub.pro \
cplusplus \
qmljs
SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
!isEmpty(SUPPORT_QT_MAEMO) {
SUBDIRS += 3rdparty
message("Adding experimental ssh support for Qt/Maemo applications.")
}
|