Disable trying to compile network tests which require QtScript

Those tests should be moved to QtScript/tests/auto

Change-Id: Icc0c50ef35ac08e604ab18cb87b0c2b19f2fc72c
Reviewed-on: http://codereview.qt.nokia.com/197
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Markus Goetz
Reviewed-by: Liang Qi <liang.qi@nokia.com>
This commit is contained in:
Marius Storm-Olsen 2011-05-27 12:10:43 -05:00 committed by Qt Continuous Integration System
parent 1835afe621
commit ccd5228a93
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = lackey test
SUBDIRS = test # lackey should be moved to the QtScript module
!wince*:!symbian: SUBDIRS += example
symbian: TARGET.CAPABILITY = NetworkServices

View File

@ -1,6 +1,5 @@
TEMPLATE=subdirs
SUBDIRS=\
lackey \
qsharedmemory \
qsystemsemaphore \
# lackey \ should be moved to QtScript