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++ # c++
SUBDIRS += \ SUBDIRS += \
automotive \
qvgviewer \
desktop \ desktop \
dialogbuttons \ dialogbuttons \
layouts \ layouts \
@ -15,6 +13,15 @@ SUBDIRS += \
thumbnails \ thumbnails \
tabview tabview
qtHaveModule(svg) {
# when checking in qvg files we could drop the svg dependency
SUBDIRS += \
automotive \
qvgviewer
}
# qml # qml
SUBDIRS += \ SUBDIRS += \
boxes \ boxes \

View File

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