summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp/contextsensitivehelp.pro
blob: 7f13544e36090d5bc4026f7d1e613db60ee6f722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app

QT     += help widgets
SOURCES += main.cpp \
           wateringconfigdialog.cpp \
           helpbrowser.cpp

HEADERS += wateringconfigdialog.h \
           helpbrowser.h

FORMS   += wateringconfigdialog.ui

target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
docs.files += $$PWD/doc
docs.path = $$target.path

INSTALLS += target docs