util/examples/xmlpatterns/recipes/recipes.pro
changeset 7 f7bc934e204c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/util/examples/xmlpatterns/recipes/recipes.pro	Wed Mar 31 11:06:36 2010 +0300
@@ -0,0 +1,16 @@
+QT          += xmlpatterns
+FORMS       += forms/querywidget.ui
+HEADERS     = querymainwindow.h ../shared/xmlsyntaxhighlighter.h
+RESOURCES   = recipes.qrc
+SOURCES     = main.cpp querymainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
+INCLUDEPATH += ../shared/
+
+target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes
+sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html forms files
+sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes
+INSTALLS += target sources
+
+symbian {
+    TARGET.UID3 = 0xA000D7C5
+    include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}