summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/xquery/xquery.pro
blob: 2a911889cff9f056de3e660f891112ae339415a4 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs
SUBDIRS += globalVariables

# install
target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/xquery
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xquery.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/xquery
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)