summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/pixelgadget/CMakeLists.txt
blob: 9a1f67aeb1df353ed096fbdc21751b063816a9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#####################################################################
## pixelgadget Binary:
#####################################################################

qt_internal_add_manual_test(pixelgadget
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)