diff options
author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2011-06-07 13:52:14 -0500 |
---|---|---|
committer | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2011-06-07 13:52:14 -0500 |
commit | 756a9940cda3e03e837274430eedeacd93023be8 (patch) | |
tree | a4b07438fc74d2ba92dcd1666dc163570455d486 /examples/xmlpatterns/trafficinfo | |
parent | 3bd81f3c19abe56da6e42c2169450dc806103557 (diff) | |
download | qtxmlpatterns-756a9940cda3e03e837274430eedeacd93023be8.tar.gz |
Fix usage of QT_SOURCE_TREE
Functionality has been moved into qt_example.prf
Diffstat (limited to 'examples/xmlpatterns/trafficinfo')
-rw-r--r-- | examples/xmlpatterns/trafficinfo/trafficinfo.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/trafficinfo/trafficinfo.pro b/examples/xmlpatterns/trafficinfo/trafficinfo.pro index 33ddc78..d0aa7d2 100644 --- a/examples/xmlpatterns/trafficinfo/trafficinfo.pro +++ b/examples/xmlpatterns/trafficinfo/trafficinfo.pro @@ -12,7 +12,7 @@ symbian { TARGET.UID3 = 0xA000D7C7 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) |