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

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

trunk: Merged in qt 4.6.1 sources.

File size: 582 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
12
13symbian {
14 TARGET.UID3 = 0xA000D7C5
15 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
16}
Note: See TracBrowser for help on using the repository browser.