diff options
author | Marius Storm-Olsen <[email protected]> | 2011-06-07 13:43:17 -0500 |
---|---|---|
committer | Qt Continuous Integration System <[email protected]> | 2011-06-07 22:18:35 +0200 |
commit | ed5a7e22beffd156b13174230322a50b0f7bad64 (patch) | |
tree | e323edf46ff96f10eca4daef616fbb8d06fafa0d /examples/qtestlib/tutorial5/tutorial5.pro | |
parent | dddfcd66f8b0a9aaff97d9cccf94564191800869 (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 <[email protected]>
Diffstat (limited to 'examples/qtestlib/tutorial5/tutorial5.pro')
-rw-r--r-- | examples/qtestlib/tutorial5/tutorial5.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtestlib/tutorial5/tutorial5.pro b/examples/qtestlib/tutorial5/tutorial5.pro index 085dfd8b675..92b4d683a4d 100644 --- a/examples/qtestlib/tutorial5/tutorial5.pro +++ b/examples/qtestlib/tutorial5/tutorial5.pro @@ -11,7 +11,7 @@ symbian { TARGET.UID3 = 0xA000C60F 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) |