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:
parent
1835afe621
commit
ccd5228a93
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
lackey \
|
||||
qsharedmemory \
|
||||
qsystemsemaphore \
|
||||
|
||||
# lackey \ should be moved to QtScript
|
||||
|
Loading…
Reference in New Issue
Block a user