diff options
author | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-04-27 12:05:43 +0200 |
commit | 16e85ebb83bd18b2493e20d9b88213a6a84f3dfa (patch) | |
tree | 9d8b2269937cbfd29826870643304ed7a49de8a8 /examples/xmlpatterns/xquery/globalVariables/globalVariables.pro | |
parent | e1b2c9deb5943faae2b29be6a5c006f75bb73f06 (diff) | |
download | qtxmlpatterns-16e85ebb83bd18b2493e20d9b88213a6a84f3dfa.tar.gz |
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/xmlpatterns/xquery/globalVariables/globalVariables.pro')
-rw-r--r-- | examples/xmlpatterns/xquery/globalVariables/globalVariables.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro index a371c2a..669b0f7 100644 --- a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro +++ b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro @@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.cpp *.pro *.xq *.html sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery/globalVariables INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example |