c3de886b61
Change-Id: Ic3b61fb7f23cb884552126038d0bdf289d0cbc6a Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
20 lines
462 B
CMake
20 lines
462 B
CMake
# Generated from qopenglconfig.pro.
|
|
|
|
#####################################################################
|
|
## tst_qopenglconfig Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
list(APPEND test_data "buglist.json")
|
|
|
|
add_qt_test(tst_qopenglconfig
|
|
SOURCES
|
|
tst_qopenglconfig.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::GuiPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
TESTDATA ${test_data}
|
|
)
|