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

#####################################################################
## tst_qgraphicsanchorlayout Test:
#####################################################################

add_qt_test(tst_qgraphicsanchorlayout
    SOURCES
        tst_qgraphicsanchorlayout.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::WidgetsPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)