summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicswidget/CMakeLists.txt
blob: 8cf7f92cc33049f09869d68ebed5a1adfcf1e9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qgraphicswidget.pro.

#####################################################################
## tst_qgraphicswidget Test:
#####################################################################

qt_internal_add_test(tst_qgraphicswidget
    SOURCES
        tst_qgraphicswidget.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Widgets
        Qt::WidgetsPrivate
)