Made QtSvg dependency optional

This commit is contained in:
Christophe Dumez
2011-03-12 21:02:59 +00:00
parent 14341f3be2
commit 5dc79e67fc
4 changed files with 77 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ include(conf.pri)
!nox:dbus {
QT += dbus
}
!nox {
!nox:svg {
QT += svg
}
QMAKE_LFLAGS_APP += -rdynamic