summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/highdpi.pro
blob: f6d49033ce919b736f8c6a445a5c85457899479f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = highdpi
INCLUDEPATH += .
QT += widgets gui-private
CONFIG+=console
CONFIG -= app_bundle
# Input
SOURCES += main.cpp

RESOURCES += \
    highdpi.qrc