summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/CMakeLists.txt
blob: b1983ff00ac88456ed27654edda894bfef75c951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Generated from highdpi.pro.

#####################################################################
## highdpi Binary:
#####################################################################

add_qt_manual_test(highdpi
    SOURCES
        dragwidget.cpp dragwidget.h
        main.cpp
    DEFINES
        HAVE_SCREEN_BASE_DPI
    INCLUDE_DIRECTORIES
        .
    LIBRARIES
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)

# Resources:
set(highdpi_resource_files
    "qticon16.png"
    "qticon16@2x.png"
    "qticon16@3x.png"
    "qticon32.png"
    "qticon32@2x.png"
    "qticon64.png"
)

add_qt_resource(highdpi "highdpi"
    PREFIX
        "/"
    FILES
        ${highdpi_resource_files}
)


#### Keys ignored in scope 1:.:.:highdpi.pro:<TRUE>:
# TEMPLATE = "app"