c3de886b61
Change-Id: Ic3b61fb7f23cb884552126038d0bdf289d0cbc6a Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
24 lines
557 B
CMake
24 lines
557 B
CMake
# Generated from qopengl.pro.
|
|
|
|
#####################################################################
|
|
## tst_qopengl Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qopengl
|
|
SOURCES
|
|
tst_qopengl.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::GuiPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(tst_qopengl CONDITION LINUX AND QT_FEATURE_xcb AND QT_FEATURE_xcb_glx_plugin
|
|
DEFINES
|
|
USE_GLX
|
|
)
|