diff options
Diffstat (limited to 'examples/xmlpatterns/xquery/xquery.pro')
-rw-r--r-- | examples/xmlpatterns/xquery/xquery.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/xmlpatterns/xquery/xquery.pro b/examples/xmlpatterns/xquery/xquery.pro new file mode 100644 index 0000000..7f35295 --- /dev/null +++ b/examples/xmlpatterns/xquery/xquery.pro @@ -0,0 +1,10 @@ +TEMPLATE = subdirs +SUBDIRS += globalVariables + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xquery.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |