diff options
| author | axis <[email protected]> | 2011-04-27 12:05:43 +0200 |
|---|---|---|
| committer | axis <[email protected]> | 2011-04-27 12:05:43 +0200 |
| commit | 7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba (patch) | |
| tree | 9f9b516f86df36a97c133f10831330f297e6648b /examples/qtconcurrent/runfunction | |
| parent | 38be0d13830efd2d98281c645c3a60afe05ffece (diff) | |
Moved to using a feature profile instead of direct inclusion.
Diffstat (limited to 'examples/qtconcurrent/runfunction')
| -rw-r--r-- | examples/qtconcurrent/runfunction/runfunction.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtconcurrent/runfunction/runfunction.pro b/examples/qtconcurrent/runfunction/runfunction.pro index a003d9afe20..f5b359c5ef6 100644 --- a/examples/qtconcurrent/runfunction/runfunction.pro +++ b/examples/qtconcurrent/runfunction/runfunction.pro @@ -13,4 +13,4 @@ sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/runfunction INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +symbian: CONFIG += qt_example |
