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

#####################################################################
## splitter Binary:
#####################################################################

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