summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/highdpi.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-06-18 17:00:27 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-07-30 18:10:03 +0000
commit62bd4f5852137276e354746737a88c06168c4b8b (patch)
tree3115f045001d3eb238f3dd0911b5818313baabca /tests/manual/highdpi/highdpi.pro
parent63090627220a6209652d236cf991305fbeb188b8 (diff)
Extend high-DPI manual test
Add several new tests to verify that Qt behaves properly when high-DPI scaling is enabled. Add a generic framework for manual tests for good measure. This could be refactored and used for other manual tests later. Includes tests written by Morten and Friedemann. Task-number: QTBUG-46615 Change-Id: Ib6762ec1454711e71f0c094b19015932b99e8d6d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'tests/manual/highdpi/highdpi.pro')
-rw-r--r--tests/manual/highdpi/highdpi.pro13
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/manual/highdpi/highdpi.pro b/tests/manual/highdpi/highdpi.pro
index 7a2979c74c..7d6b42535e 100644
--- a/tests/manual/highdpi/highdpi.pro
+++ b/tests/manual/highdpi/highdpi.pro
@@ -1,10 +1,17 @@
TEMPLATE = app
TARGET = highdpi
INCLUDEPATH += .
-QT += widgets
-CONFIG+=console
+QT += widgets gui-private
+CONFIG +=console
+CONFIG -= app_bundle
+CONFIG += c++11
# Input
-SOURCES += main.cpp
+SOURCES += \
+ dragwidget.cpp \
+ main.cpp
+
+HEADERS += \
+ dragwidget.h
RESOURCES += \
highdpi.qrc