source: trunk/examples/richtext/syntaxhighlighter/syntaxhighlighter.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: 525 bytes
Line 
1HEADERS = highlighter.h \
2 mainwindow.h
3SOURCES = highlighter.cpp \
4 mainwindow.cpp \
5 main.cpp
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/richtext/syntaxhighlighter
9sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS syntaxhighlighter.pro examples
10sources.path = $$[QT_INSTALL_EXAMPLES]/richtext/syntaxhighlighter
11INSTALLS += target sources
12
13wince*: {
14 addFiles.sources = main.cpp mainwindow.cpp
15 addFiles.path = .
16 DEPLOYMENT += addFiles
17}
Note: See TracBrowser for help on using the repository browser.