Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-staging: tst_moc: remove QtSvg dependency
This commit is contained in:
commit
ed76e600d9
@ -3,7 +3,7 @@ SUBDIRS=\
|
|||||||
compiler \
|
compiler \
|
||||||
headersclean \
|
headersclean \
|
||||||
maketestselftest \
|
maketestselftest \
|
||||||
#moc \ # FIXME: uses qtsvg (QTBUG-19243)
|
moc \
|
||||||
uic \
|
uic \
|
||||||
qmake \
|
qmake \
|
||||||
rcc \
|
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
|
if(*-g++*|*-icc*|*-clang|*-llvm):!irix-*:!win32-*: HEADERS += os9-newlines.h win-newlines.h
|
||||||
SOURCES += tst_moc.cpp
|
SOURCES += tst_moc.cpp
|
||||||
|
|
||||||
QT += sql network svg
|
QT += sql network
|
||||||
contains(QT_CONFIG, script): QT += script
|
contains(QT_CONFIG, script): QT += script
|
||||||
contains(QT_CONFIG, qt3support): QT += qt3support
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
||||||
contains(QT_CONFIG, dbus){
|
contains(QT_CONFIG, dbus){
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
#include <QtNetwork/QtNetwork>
|
#include <QtNetwork/QtNetwork>
|
||||||
#include <QtSql/QtSql>
|
#include <QtSql/QtSql>
|
||||||
#include <QtSvg>
|
//#include <QtSvg>
|
||||||
#if defined(QT3_SUPPORT)
|
#if defined(QT3_SUPPORT)
|
||||||
#include <Qt3Support>
|
#include <Qt3Support>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user