source: trunk/examples/help/simpletextviewer/simpletextviewer.pro@ 1168

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

trunk: Merged in qt 4.6.1 sources.

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