tst_moc: remove QtSvg dependency
The test for no keyword of every header should be done by the tst_CompilerWarnings test
This commit is contained in:
parent
305577936d
commit
bcc7ddff9f
@ -3,7 +3,7 @@ SUBDIRS=\
|
||||
compiler \
|
||||
headersclean \
|
||||
maketestselftest \
|
||||
#moc \ # FIXME: uses qtsvg (QTBUG-19243)
|
||||
moc \
|
||||
uic \
|
||||
qmake \
|
||||
rcc \
|
||||
|
@ -20,7 +20,7 @@ HEADERS += using-namespaces.h no-keywords.h task87883.h c-comments.h backslash-n
|
||||
if(*-g++*|*-icc*|*-clang|*-llvm):!irix-*:!win32-*: HEADERS += os9-newlines.h win-newlines.h
|
||||
SOURCES += tst_moc.cpp
|
||||
|
||||
QT += sql network svg
|
||||
QT += sql network
|
||||
contains(QT_CONFIG, script): QT += script
|
||||
contains(QT_CONFIG, qt3support): QT += qt3support
|
||||
contains(QT_CONFIG, dbus){
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include <QtCore>
|
||||
#include <QtNetwork/QtNetwork>
|
||||
#include <QtSql/QtSql>
|
||||
#include <QtSvg>
|
||||
//#include <QtSvg>
|
||||
#if defined(QT3_SUPPORT)
|
||||
#include <Qt3Support>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user