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 | 7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba (patch) | |
tree | 9f9b516f86df36a97c133f10831330f297e6648b /examples/qtestlib/tutorial2 | |
parent | 38be0d13830efd2d98281c645c3a60afe05ffece (diff) | |
download | qtbase-7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba.tar.gz |
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/qtestlib/tutorial2')
-rw-r--r-- | examples/qtestlib/tutorial2/tutorial2.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtestlib/tutorial2/tutorial2.pro b/examples/qtestlib/tutorial2/tutorial2.pro index ed60608c1a..2c44466d47 100644 --- a/examples/qtestlib/tutorial2/tutorial2.pro +++ b/examples/qtestlib/tutorial2/tutorial2.pro @@ -9,5 +9,5 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000C60C - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + CONFIG += qt_example } |