summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/kernel/qtooltip/CMakeLists.txt
blob: 10d98cb0c5b9cacd0c1b6c9b52eda9fa97fe7ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from qtooltip.pro.

#####################################################################
## qtooltip Binary:
#####################################################################

qt_add_manual_test(qtooltip
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
)