source: trunk/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro@ 561

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

trunk: Merged in qt 4.6.1 sources.

File size: 590 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
13symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
14
15wince*: {
16 addFiles.sources = main.cpp mainwindow.cpp
17 addFiles.path = .
18 DEPLOYMENT += addFiles
19}
Note: See TracBrowser for help on using the repository browser.