summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qglthreads/CMakeLists.txt
blob: 0564fe3e6f364d66dea07533dfaea83649a74dea (plain)
1
2
3
4
5
6
7
add_qt_test("tst_qglthreads" SOURCES tst_qglthreads.cpp tst_qglthreads.h
    LIBRARIES
        Qt::OpenGL
        Qt::Widgets
        Qt::GuiPrivate
        Qt::CorePrivate
)