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:
Olivier Goffart 2011-05-13 11:11:55 +02:00
parent 305577936d
commit bcc7ddff9f
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ SUBDIRS=\
compiler \
headersclean \
maketestselftest \
#moc \ # FIXME: uses qtsvg (QTBUG-19243)
moc \
uic \
qmake \
rcc \

View File

@ -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){

View File

@ -51,7 +51,7 @@
#include <QtCore>
#include <QtNetwork/QtNetwork>
#include <QtSql/QtSql>
#include <QtSvg>
//#include <QtSvg>
#if defined(QT3_SUPPORT)
#include <Qt3Support>
#endif