summaryrefslogtreecommitdiffstats
path: root/examples/uitools
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-07 23:50:03 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-07 23:50:03 +0200
commita889305c7ebf96a7a1973b8736d4d9430c7bb386 (patch)
tree2c19b3866525c12bd11de0a35ca38c15e5373bb6 /examples/uitools
parente510b6e4661f256a736b1eff42b4b7586acef788 (diff)
fix pro files
all examples compile again
Diffstat (limited to 'examples/uitools')
-rw-r--r--examples/uitools/multipleinheritance/multipleinheritance.pro1
-rw-r--r--examples/uitools/textfinder/textfinder.pro1
-rw-r--r--examples/uitools/uitools.pro1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/uitools/multipleinheritance/multipleinheritance.pro b/examples/uitools/multipleinheritance/multipleinheritance.pro
index 83b4a1331e..141df564a3 100644
--- a/examples/uitools/multipleinheritance/multipleinheritance.pro
+++ b/examples/uitools/multipleinheritance/multipleinheritance.pro
@@ -14,3 +14,4 @@ symbian {
TARGET.UID3 = 0xA000D7C1
CONFIG += qt_example
}
+QT += widgets
diff --git a/examples/uitools/textfinder/textfinder.pro b/examples/uitools/textfinder/textfinder.pro
index 9604ceac9e..93105c6412 100644
--- a/examples/uitools/textfinder/textfinder.pro
+++ b/examples/uitools/textfinder/textfinder.pro
@@ -10,3 +10,4 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
INSTALLS += target sources
symbian: CONFIG += qt_example
+QT += widgets
diff --git a/examples/uitools/uitools.pro b/examples/uitools/uitools.pro
index 7b11c98e7f..c44c1666bf 100644
--- a/examples/uitools/uitools.pro
+++ b/examples/uitools/uitools.pro
@@ -10,3 +10,4 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools
INSTALLS += target sources
symbian: CONFIG += qt_example
+QT += widgets