Fix silly error in bit fiddling
[qt-netbsd.git] / examples / help / help.pro
blob79b005ee589dd956a2fc9e051ce10a3dd33a7ea7
1 TEMPLATE = subdirs
2 CONFIG += ordered
4 SUBDIRS += contextsensitivehelp \
5 remotecontrol \
6 simpletextviewer
8 # install
9 sources.files = README *.pro
10 sources.path = $$[QT_INSTALL_EXAMPLES]/help
11 INSTALLS += sources
13 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)