summaryrefslogtreecommitdiffstats
path: root/examples/help/simpletextviewer/simpletextviewer.pro
blob: 232b85995083a53674d24be129ac46fc02154920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS       = mainwindow.h \
                findfiledialog.h \
                assistant.h \
                textedit.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                findfiledialog.cpp \
                assistant.cpp \
                textedit.cpp

QT += widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
INSTALLS += target