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

QT += widgets

target.path = $$[QT_INSTALL_EXAMPLES]/qtassistant/simpletextviewer
INSTALLS += target