source: trunk/examples/help/contextsensitivehelp/contextsensitivehelp.pro

Last change on this file was 641, checked in by Dmitry A. Kuminov, 15 years ago

examples/help: contextsensitivehelp: Fixed the build.

File size: 544 bytes
Line 
1TEMPLATE = app
2
3CONFIG += help
4
5SOURCES += main.cpp \
6 wateringconfigdialog.cpp \
7 helpbrowser.cpp
8
9HEADERS += wateringconfigdialog.h \
10 helpbrowser.h
11
12FORMS += wateringconfigdialog.ui
13
14INCLUDEPATH = .
15
16# install
17target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
18sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
19sources.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
20INSTALLS += target sources
21
22symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.