cmake: build the offscreen platform plugin on macOS
This amends beace29a573df43b242d611f94bbd23af4232797. Change-Id: I38fef70687f36d3b2ab4ff9cd001dc35cc79942d Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
391ceb1d76
commit
08cefb6e63
@ -35,7 +35,7 @@ extend_target(qoffscreen CONDITION QT_FEATURE_opengl AND QT_FEATURE_xlib AND NOT
|
|||||||
Qt::GlxSupportPrivate
|
Qt::GlxSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
extend_target(qoffscreen CONDITION QT_FEATURE_opengl AND QT_FEATURE_opengles2 AND QT_FEATURE_xlib
|
extend_target(qoffscreen CONDITION NOT QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR NOT QT_FEATURE_xlib
|
||||||
SOURCES
|
SOURCES
|
||||||
qoffscreenintegration_dummy.cpp
|
qoffscreenintegration_dummy.cpp
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user