summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicswidget/CMakeLists.txt
blob: d519985662a7d78733935303b82d1080bda8f1fa (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_add_test(tst_qgraphicswidget
    SOURCES
        tst_qgraphicswidget.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Widgets
        Qt::WidgetsPrivate
)