source: trunk/examples/assistant/simpletextviewer/simpletextviewer.pro@ 814

Last change on this file since 814 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 498 bytes
Line 
1CONFIG += assistant
2
3QT += network
4
5HEADERS = mainwindow.h \
6 findfiledialog.h
7SOURCES = main.cpp \
8 mainwindow.cpp \
9 findfiledialog.cpp
10
11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
13sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
14sources.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
15INSTALLS += target sources
16
17symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
18
Note: See TracBrowser for help on using the repository browser.