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

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

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

File size: 502 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
5CONFIG -= app_bundle
6RESOURCES += queries.qrc
7INCLUDEPATH += ../shared/
8
9# install
10target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
11sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
12sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
13INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.