0d177053b9
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
19 lines
448 B
CMake
19 lines
448 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
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
TESTDATA ${test_data}
|
|
)
|