summaryrefslogtreecommitdiffstats
path: root/examples/help/help.pro
blob: 57b01a302142edc689e37432568997acfcd83d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
CONFIG  += ordered

SUBDIRS += contextsensitivehelp \
           remotecontrol \
           simpletextviewer

# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help
INSTALLS += sources

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example