source: trunk/examples/xmlpatterns/recipes/recipes.pro@ 275

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

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

File size: 481 bytes
Line 
1QT += xmlpatterns
2FORMS += forms/querywidget.ui
3HEADERS = querymainwindow.h ../shared/xmlsyntaxhighlighter.h
4RESOURCES = recipes.qrc
5SOURCES = main.cpp querymainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
6INCLUDEPATH += ../shared/
7
8target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes
9sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html forms files
10sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes
11INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.