We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964bcf3 commit 1b3d4e2Copy full SHA for 1b3d4e2
src/main.cpp
@@ -61,10 +61,6 @@ int main(int argc, char *argv[])
61
}
62
#endif
63
64
-#if defined (Q_OS_LINUX) && defined(DISABLE_SCALING_TEST)
65
- disableAutoScaling = true;
66
-#endif
67
-
68
if (disableAutoScaling) {
69
qDebug() << "Disable auto-scaling";
70
QGuiApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
src/resp.pro
@@ -116,6 +116,8 @@ unix:!macx { # ubuntu & debian
116
CONFIG += static release
117
CONFIG -= debug
118
119
+ DEFINES += DISABLE_SCALING_TEST
120
+
121
QTPLUGIN += qsvg qsvgicon
122
123
QMAKE_CXXFLAGS += -Wno-sign-compare
0 commit comments