qtHaveModule(svg) checks added
This commit is contained in:
parent
19df7461c0
commit
2cd9c79fa7
@ -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 \
|
||||
|
@ -2,8 +2,11 @@ include( $${PWD}/../qskconfig.pri )
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += \
|
||||
svg2qvg \
|
||||
qtHaveModule(svg) {
|
||||
|
||||
SUBDIRS += \
|
||||
svg2qvg
|
||||
}
|
||||
|
||||
doxygen {
|
||||
SUBDIRS += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user