summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/xquery/globalVariables
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-12-04 15:27:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 14:38:32 +0100
commita1375102489dd66034714be98def44a0e5d83842 (patch)
tree75f3451d987b35e688a8515381601f8d335abd57 /examples/xmlpatterns/xquery/globalVariables
parentbbec42c18df5fb4e9cd7562471aefa77a0da0fe2 (diff)
centralize and fixup example sources install targetsv5.0.0-rc1
This follows suit with aeb036e in qtbase. Change-Id: I3b93a30194cddd7514f05ce915eecb2e1ed6433c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/xmlpatterns/xquery/globalVariables')
-rw-r--r--examples/xmlpatterns/xquery/globalVariables/globalVariables.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro
deleted file mode 100644
index c3128b0f..00000000
--- a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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]/qtxmlpatterns/xmlpatterns/xquery/globalVariables
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.cpp *.pro *.xq *.html globals.gccxml
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery/globalVariables
-INSTALLS += target sources
-
-maemo5: CONFIG += qt_example