summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp/contextsensitivehelp.pro
blob: 393576f5b01a71a2eed2ea7c8c4ddde9fa720f6c (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/docs
docs.path = $$target.path

INSTALLS += target docs