summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/highdpi.pro
blob: 9db083cd825a7cd674d16838cd693e7f7eac134b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = highdpi
INCLUDEPATH += .
QT += widgets gui-private
CONFIG += cmdline
CONFIG += c++11
# Input
SOURCES += \
        dragwidget.cpp \
        main.cpp

HEADERS += \
        dragwidget.h

RESOURCES += \
    highdpi.qrc