summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/pixelgadget/CMakeLists.txt
blob: 2cc04225dffc7801b7f2f22bf5522b093bac9b8b (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
    LIBRARIES
        Qt::Gui
        Qt::Widgets
)