summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguitimer/CMakeLists.txt
blob: 5f255d49e4d655936c5e5191c630f6fd0827400b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from qguitimer.pro.

#####################################################################
## tst_qguitimer Test:
#####################################################################

add_qt_test(tst_qguitimer
    SOURCES
        ../../../corelib/kernel/qtimer/tst_qtimer.cpp
    LIBRARIES
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Threads::Threads # special case
)