aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg/openvg.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-03-13 12:33:49 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-03-22 12:41:09 +0000
commit8f5366aed675ce7928448be2f6d739d0548b350e (patch)
treee9c161ae84a38e628eec499d7e44877181717dda /src/plugins/scenegraph/openvg/openvg.pro
parentc021e4b412e1e2977f4c7cf390cee4699b80e67e (diff)
Build for for -no-feature-quick-sprite
Change-Id: Iaf26d9cec7f9fa7a5d6d24c729b2dc92737cca1f Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/plugins/scenegraph/openvg/openvg.pro')
-rw-r--r--src/plugins/scenegraph/openvg/openvg.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/scenegraph/openvg/openvg.pro b/src/plugins/scenegraph/openvg/openvg.pro
index 6d5b190b37..43c2636343 100644
--- a/src/plugins/scenegraph/openvg/openvg.pro
+++ b/src/plugins/scenegraph/openvg/openvg.pro
@@ -31,7 +31,6 @@ HEADERS += \
qsgopenvghelpers.h \
qsgopenvgfontglyphcache.h \
qsgopenvgpainternode.h \
- qsgopenvgspritenode.h \
qsgopenvgrenderable.h \
qopenvgoffscreensurface.h
@@ -52,6 +51,10 @@ SOURCES += \
qsgopenvghelpers.cpp \
qsgopenvgfontglyphcache.cpp \
qsgopenvgpainternode.cpp \
- qsgopenvgspritenode.cpp \
qsgopenvgrenderable.cpp \
qopenvgoffscreensurface.cpp
+
+qtConfig(quick-sprite) {
+ HEADERS += qsgopenvgspritenode.h
+ SOURCES += qsgopenvgspritenode.cpp
+}