summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/qopenglconfig/CMakeLists.txt
blob: d193e15c2e8c7025c912824b77a1414cf96d7669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
    TESTDATA ${test_data}
)