summaryrefslogtreecommitdiffstats
path: root/examples/assistant/simpletextviewer/simpletextviewer.pro
blob: 4b66edb3cc63aa1812899d97869d32d9c5aee4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += assistant

QT += network

HEADERS       = mainwindow.h \
                findfiledialog.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                findfiledialog.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
INSTALLS += target sources