diff options
author | David Boddie <david.boddie@nokia.com> | 2011-04-27 19:16:41 +0200 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-20 21:08:53 +0200 |
commit | 7c9c8af24d4265f780b2f53468735556bcbae91a (patch) | |
tree | eaabc9207a37cd2a130d998958a8edf4f7eecedb /examples/xmlpatterns/xquery | |
parent | e5bd6e8e4a6764b989b37d083aeda31b44d73ce1 (diff) | |
download | qtxmlpatterns-7c9c8af24d4265f780b2f53468735556bcbae91a.tar.gz |
Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch).
(cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
Diffstat (limited to 'examples/xmlpatterns/xquery')
-rw-r--r-- | examples/xmlpatterns/xquery/globalVariables/globalVariables.pro | 1 | ||||
-rw-r--r-- | examples/xmlpatterns/xquery/xquery.pro | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro index 669b0f7..b5c695d 100644 --- a/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro +++ b/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro @@ -9,3 +9,4 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery/globalVa INSTALLS += target sources symbian: CONFIG += qt_example +maemo5: CONFIG += qt_example diff --git a/examples/xmlpatterns/xquery/xquery.pro b/examples/xmlpatterns/xquery/xquery.pro index f0f1a0c..5e5c4fa 100644 --- a/examples/xmlpatterns/xquery/xquery.pro +++ b/examples/xmlpatterns/xquery/xquery.pro @@ -8,3 +8,4 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/xquery INSTALLS += target sources symbian: CONFIG += qt_example +maemo5: CONFIG += qt_example |