From 529e43e9652bc5a3b027211a17c7738eb600519b Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Mon, 27 Jul 2009 14:13:40 +0300 Subject: Enabled QtUiTools and related example building for Symbian OS. --- examples/examples.pro | 1 + projects.pro | 2 +- tools/designer/src/src.pro | 1 + tools/tools.pro | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/examples.pro b/examples/examples.pro index 218cf9b1ca..42a3aa3fbc 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 389ec71ea2..a1f2dd1637 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 e7ce55f8ba..e1710b8c20 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 d034dcd5eb..a978227895 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 -- cgit v1.2.3