diff options
Diffstat (limited to 'examples/xmlpatterns/xquery/globalVariables/globalVariables.pro')
-rw-r--r-- | examples/xmlpatterns/xquery/globalVariables/globalVariables.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro index 8ca900b..0016c41 100644 --- a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro +++ b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro @@ -7,3 +7,5 @@ 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) |