summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2009-08-31 15:56:50 (GMT)
committerkh1 <qt-info@nokia.com>2009-08-31 16:06:14 (GMT)
commit81be8823182ad9bbf058764eaac328c1009d2ac0 (patch)
treef85aa8f5b3fea8f79ecb1594c2fae512868a0b30 /examples/examples.pro
parent5a0d63f0f8920c425227004017d1c7d1a185dce6 (diff)
downloadQt-81be8823182ad9bbf058764eaac328c1009d2ac0.zip
Qt-81be8823182ad9bbf058764eaac328c1009d2ac0.tar.gz
Qt-81be8823182ad9bbf058764eaac328c1009d2ac0.tar.bz2
Remove deprecated Assistant sample code.
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 7acd67b..feda04d 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -49,10 +49,10 @@ contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
contains(QT_CONFIG, webkit): SUBDIRS += webkit
embedded:SUBDIRS += qws
!wince*:!symbian: {
- !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
- contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
+ !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
+ contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib help
} else {
- contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
+ contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
}
contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, openvg): SUBDIRS += openvg