blob: d01faff20759322c9ed32249e6a32a46dea13f1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = subdirs
#!without-sericeframework: SUBDIRS += serviceframework
#!without-publishsubscribe: SUBDIRS += publishsubscribe
!macx:!without-systeminfo: SUBDIRS += systeminfo
# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]
INSTALLS += sources
maemo5: CONFIG += qt_example
|