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

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

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