diff options
-rw-r--r-- | examples/examples.pro | 1 | ||||
-rw-r--r-- | projects.pro | 2 | ||||
-rw-r--r-- | tools/designer/src/src.pro | 1 | ||||
-rw-r--r-- | tools/tools.pro | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 218cf9b..42a3aa3 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -36,6 +36,7 @@ symbian: SUBDIRS = \ mainwindows \ script \ sql \ + uitools \ xml contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon diff --git a/projects.pro b/projects.pro index 389ec71..a1f2dd1 100644 --- a/projects.pro +++ b/projects.pro @@ -29,7 +29,7 @@ isEmpty(QT_BUILD_PARTS) { #defaults } symbian { - QT_BUILD_PARTS = libs examples demos + QT_BUILD_PARTS = libs tools examples demos } #process the projects diff --git a/tools/designer/src/src.pro b/tools/designer/src/src.pro index e7ce55f..e1710b8 100644 --- a/tools/designer/src/src.pro +++ b/tools/designer/src/src.pro @@ -10,4 +10,5 @@ SUBDIRS = \ CONFIG(shared,shared|static):SUBDIRS += plugins wince*: SUBDIRS -= designer plugins +symbian: SUBDIRS = uitools contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= lib components
\ No newline at end of file diff --git a/tools/tools.pro b/tools/tools.pro index d034dcd..a978227 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -13,6 +13,7 @@ no-png { SUBDIRS += designer } SUBDIRS += linguist + symbian: SUBDIRS = designer wince*: SUBDIRS = qtestlib designer unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig win32:!wince*:SUBDIRS += activeqt |