summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qaction/CMakeLists.txt
blob: 8bea25a189ed6b9ef48b0e0d05cc7af36f279502 (plain)
1
2
3
4
5
6
add_qt_test("tst_qaction" SOURCES tst_qaction.cpp
    LIBRARIES
        Qt::GuiPrivate
        Qt::CorePrivate
        Qt::Widgets
)