summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/CMakeLists.txt
blob: 72ed49bb71d509c41ffe4ec0dca4fc1638f8814a (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
# Generated from highdpi.pro.

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

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

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

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


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