From: Martin Jones Date: Wed, 31 Aug 2011 05:54:54 +0000 (+1000) Subject: QtDeclarative does not use libQtSvg X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8dd607fc1581dd7fa1013812c0bdf0b8436b3cab;p=konrad%2Fqtdeclarative.git QtDeclarative does not use libQtSvg Change-Id: Iac81489c651e5252a7966eaff462d5fd37bf37d3 Reviewed-on: http://codereview.qt.nokia.com/3910 Reviewed-by: Qt Sanity Bot Reviewed-by: Alan Alpert --- diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro index 22907d8..5e50fa5 100644 --- a/src/declarative/declarative.pro +++ b/src/declarative/declarative.pro @@ -7,7 +7,6 @@ CONFIG += module MODULE_PRI += ../../modules/qt_declarative.pri QT = core-private gui-private network opengl-private v8-private -contains(QT_CONFIG, svg): QT += svg DEFINES += QT_BUILD_DECLARATIVE_LIB QT_NO_URL_CAST_FROM_STRING win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000 solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2