source: trunk/examples/xmlpatterns/filetree/filetree.pro@ 651

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

trunk: Merged in qt 4.6.1 sources.

File size: 582 bytes
Line 
1SOURCES += main.cpp filetree.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
2HEADERS += filetree.h mainwindow.h ../shared/xmlsyntaxhighlighter.h
3FORMS += forms/mainwindow.ui
4QT += xmlpatterns
5RESOURCES += queries.qrc
6INCLUDEPATH += ../shared/
7
8# install
9target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
10sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
11sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
12INSTALLS += target sources
13
14symbian {
15 TARGET.UID3 = 0xA000D7C4
16 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
17}
Note: See TracBrowser for help on using the repository browser.