4d22405e48
Change-Id: I9b7404e1d3a78fe0726ec0f5ce1461f6c209e90d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
19 lines
450 B
CMake
19 lines
450 B
CMake
# Generated from qopenglconfig.pro.
|
|
|
|
#####################################################################
|
|
## tst_qopenglconfig Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
list(APPEND test_data "buglist.json")
|
|
|
|
qt_internal_add_test(tst_qopenglconfig
|
|
SOURCES
|
|
tst_qopenglconfig.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
TESTDATA ${test_data}
|
|
)
|