blob: 085d7a0a6a91f57c3f6c60807cf6708a8ad221ab (
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.")
}
|