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

#####################################################################
## tst_qgridlayout Test:
#####################################################################

qt_internal_add_test(tst_qgridlayout
    SOURCES
        sortdialog.ui
        tst_qgridlayout.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::TestPrivate
        Qt::Widgets
        Qt::WidgetsPrivate
    ENABLE_AUTOGEN_TOOLS
        uic
)