summaryrefslogtreecommitdiffstats
path: root/examples/painting/transformations
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-06-07 13:43:17 -0500
committerQt Continuous Integration System <qt-info@nokia.com>2011-06-07 22:18:35 +0200
commited5a7e22beffd156b13174230322a50b0f7bad64 (patch)
treee323edf46ff96f10eca4daef616fbb8d06fafa0d /examples/painting/transformations
parentdddfcd66f8b0a9aaff97d9cccf94564191800869 (diff)
Fix usage of QT_SOURCE_TREE
Functionality has been moved into qt_example.prf Change-Id: I81423eb4c5645f03b131932b2d37eceee9fea086 Reviewed-on: http://codereview.qt.nokia.com/371 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'examples/painting/transformations')
-rw-r--r--examples/painting/transformations/transformations.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/painting/transformations/transformations.pro b/examples/painting/transformations/transformations.pro
index 0107046374..d9b0215c66 100644
--- a/examples/painting/transformations/transformations.pro
+++ b/examples/painting/transformations/transformations.pro
@@ -14,7 +14,7 @@ symbian {
TARGET.UID3 = 0xA000A64D
CONFIG += qt_example
}
-maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+maemo5: CONFIG += qt_example
symbian: warning(This example might not fully work on Symbian platform)
maemo5: warning(This example might not fully work on Maemo platform)