Last change
on this file since 641 was 641, checked in by Dmitry A. Kuminov, 15 years ago |
examples/help: contextsensitivehelp: Fixed the build.
|
File size:
544 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = app
|
---|
| 2 |
|
---|
| 3 | CONFIG += help
|
---|
| 4 |
|
---|
| 5 | SOURCES += main.cpp \
|
---|
| 6 | wateringconfigdialog.cpp \
|
---|
| 7 | helpbrowser.cpp
|
---|
| 8 |
|
---|
| 9 | HEADERS += wateringconfigdialog.h \
|
---|
| 10 | helpbrowser.h
|
---|
| 11 |
|
---|
| 12 | FORMS += wateringconfigdialog.ui
|
---|
| 13 |
|
---|
[641] | 14 | INCLUDEPATH = .
|
---|
| 15 |
|
---|
[2] | 16 | # install
|
---|
| 17 | target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
|
---|
| 18 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
|
---|
| 19 | sources.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
|
---|
| 20 | INSTALLS += target sources
|
---|
[561] | 21 |
|
---|
| 22 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.