Disable trying to compile network tests which require QtScript
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Fri, 27 May 2011 17:10:43 +0000 (12:10 -0500)
committerQt Continuous Integration System <qt-info@nokia.com>
Mon, 6 Jun 2011 08:42:12 +0000 (10:42 +0200)
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>
tests/auto/qlocalsocket/qlocalsocket.pro
tests/auto/qtipc/qtipc.pro

index 3911a64..931c1e0 100644 (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
index 60037d2..e7d2a55 100644 (file)
@@ -1,6 +1,5 @@
 TEMPLATE=subdirs
 SUBDIRS=\
-    lackey \
     qsharedmemory \
     qsystemsemaphore \
-
+#    lackey \ should be moved to QtScript