source: trunk/demos/textedit/textedit.pro@ 123

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

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

File size: 471 bytes
Line 
1TEMPLATE = app
2TARGET = textedit
3
4CONFIG += qt warn_on
5
6HEADERS = textedit.h
7SOURCES = textedit.cpp \
8 main.cpp
9
10RESOURCES += textedit.qrc
11build_all:!build_pass {
12 CONFIG -= build_all
13 CONFIG += release
14}
15
16# install
17target.path = $$[QT_INSTALL_DEMOS]/textedit
18sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images
19sources.path = $$[QT_INSTALL_DEMOS]/textedit
20INSTALLS += target sources
21
Note: See TracBrowser for help on using the repository browser.