Made QtSvg dependency optional

This commit is contained in:
Christophe Dumez 2011-03-12 21:02:59 +00:00
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