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

Last change on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 509 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
Note: See TracBrowser for help on using the repository browser.