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

DEFINES += SRCDIR=\\\"$$PWD/\\\"

QT += widgets

target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
docs.files += $$PWD/documentation
docs.path = $$target.path

INSTALLS += target docs