qtHaveModule(svg) checks added

This commit is contained in:
Uwe Rathmann 2018-10-13 10:11:05 +02:00
parent 19df7461c0
commit 2cd9c79fa7
2 changed files with 14 additions and 4 deletions

View File

@ -4,8 +4,6 @@ TEMPLATE = subdirs
# c++
SUBDIRS += \
automotive \
qvgviewer \
desktop \
dialogbuttons \
layouts \
@ -15,6 +13,15 @@ SUBDIRS += \
thumbnails \
tabview
qtHaveModule(svg) {
# when checking in qvg files we could drop the svg dependency
SUBDIRS += \
automotive \
qvgviewer
}
# qml
SUBDIRS += \
boxes \

View File

@ -2,8 +2,11 @@ include( $${PWD}/../qskconfig.pri )
TEMPLATE = subdirs
SUBDIRS += \
svg2qvg \
qtHaveModule(svg) {
SUBDIRS += \
svg2qvg
}
doxygen {
SUBDIRS += \