summaryrefslogtreecommitdiffstats
path: root/tests/manual/repaint/widget/CMakeLists.txt
blob: 681f1e090c0e2a4151905dec12ff731ba9b793cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from widget.pro.

#####################################################################
## widget Binary:
#####################################################################

qt_add_manual_test(widget
    GUI
    SOURCES
        ../shared/shared.h
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)