ec190b0da7
Compile on Windows, add command line options to activate the various tests. Task-number: QTBUG-38858 Change-Id: I38c6a9a6711831b2bd8b6ea051dd19615cc911a1 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
12 lines
140 B
Prolog
12 lines
140 B
Prolog
TEMPLATE = app
|
|
TARGET = highdpi
|
|
INCLUDEPATH += .
|
|
QT += widgets
|
|
CONFIG+=console
|
|
# Input
|
|
SOURCES += main.cpp
|
|
|
|
RESOURCES += \
|
|
highdpi.qrc
|
|
|