tests: fixed or disabled qtbase tests with circular dependencies
tst_lancelot did QT+=svg, but didn't actually use QtSvg. qlocalsocket/lackey uses QtScript, which is not available when compiling qtbase. Change-Id: Ic3cc5a6f74a58ee8f2fdc48b9c852d9551b85f68bb10
parent
236e794fc3
commit
698b3da842
|
|
@ -102,7 +102,7 @@ SUBDIRS=\
|
|||
qlistview \
|
||||
qlistwidget \
|
||||
qlocale \
|
||||
qlocalsocket \
|
||||
#qlocalsocket \ # FIXME: uses qtscript, shouldn't be in qtbase
|
||||
qmacstyle \
|
||||
qmainwindow \
|
||||
qmatrixnxn \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
load(qttest_p4)
|
||||
QT += xml svg
|
||||
QT += xml
|
||||
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
|
||||
|
||||
SOURCES += tst_lancelot.cpp \
|
||||
|
|
|
|||
Loading…
Reference in New Issue