summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant/main.cpp')
-rw-r--r--src/assistant/assistant/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assistant/assistant/main.cpp b/src/assistant/assistant/main.cpp
index 8ae25fc9a..4d097aaf1 100644
--- a/src/assistant/assistant/main.cpp
+++ b/src/assistant/assistant/main.cpp
@@ -293,6 +293,7 @@ void setupTranslations()
int main(int argc, char *argv[])
{
+ QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
TRACE_OBJ
QScopedPointer<QCoreApplication> a(createApplication(argc, argv));
a->addLibraryPath(a->applicationDirPath() + QLatin1String("/plugins"));