diff options
| author | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 23:50:03 +0200 |
|---|---|---|
| committer | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 23:50:03 +0200 |
| commit | a889305c7ebf96a7a1973b8736d4d9430c7bb386 (patch) | |
| tree | 2c19b3866525c12bd11de0a35ca38c15e5373bb6 /examples/tutorials/threads | |
| parent | e510b6e4661f256a736b1eff42b4b7586acef788 (diff) | |
fix pro files
all examples compile again
Diffstat (limited to 'examples/tutorials/threads')
| -rwxr-xr-x | examples/tutorials/threads/clock/clock.pro | 1 | ||||
| -rwxr-xr-x | examples/tutorials/threads/movedobject/movedobject.pro | 1 | ||||
| -rw-r--r-- | examples/tutorials/threads/threads.pro | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/tutorials/threads/clock/clock.pro b/examples/tutorials/threads/clock/clock.pro index 5c817b1473b..f59413346d0 100755 --- a/examples/tutorials/threads/clock/clock.pro +++ b/examples/tutorials/threads/clock/clock.pro @@ -12,3 +12,4 @@ INSTALLS += target sources symbian: CONFIG += qt_example +QT += widgets diff --git a/examples/tutorials/threads/movedobject/movedobject.pro b/examples/tutorials/threads/movedobject/movedobject.pro index e2aa2d1dbbd..f40ab0c012b 100755 --- a/examples/tutorials/threads/movedobject/movedobject.pro +++ b/examples/tutorials/threads/movedobject/movedobject.pro @@ -16,3 +16,4 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/movedobject INSTALLS += target sources symbian: CONFIG += qt_example +QT += widgets diff --git a/examples/tutorials/threads/threads.pro b/examples/tutorials/threads/threads.pro index d7375135673..64392f80884 100644 --- a/examples/tutorials/threads/threads.pro +++ b/examples/tutorials/threads/threads.pro @@ -6,3 +6,4 @@ SUBDIRS = hellothread \ clock \ movedobject +QT += widgets |
