summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro
blob: 0016c41f33748250da97c6597d47b0e5e58de420 (plain)
1
2
3
4
5
6
7
8
9
10
11
# We don't have any C++ files to build, so in order to trick qmake which
# doesn't understand that, we use the subdirs template, but without specifying
# any subdirs.
TEMPLATE = subdirs

target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/xquery/globalVariables
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.cpp *.pro *.xq *.html globals.gccxml
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/xquery/globalVariables
INSTALLS += target sources

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