Commit 8a6d6326 authored by Lee Matos's avatar Lee Matos Committed by Gavin Bisesi
Browse files

Enable HiDpiPixmaps for Qt5

parent c917a6c2
...@@ -215,7 +215,9 @@ int main(int argc, char *argv[]) ...@@ -215,7 +215,9 @@ int main(int argc, char *argv[])
ui.show(); ui.show();
qDebug("main(): ui.show() finished"); qDebug("main(): ui.show() finished");
#if QT_VERSION > 0x050000
app.setAttribute(Qt::AA_UseHighDpiPixmaps);
#endif
app.exec(); app.exec();
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment