mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Restore correct version check for AA_UseHighDpiPixmaps - amend change ae56fb6171
This commit is contained in:
parent
fb4a485c19
commit
0e0b76a76e
@ -1109,7 +1109,7 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
|
||||
QCoreApplication::setOrganizationName(app_name);
|
||||
QCoreApplication::setOrganizationDomain("lyx.org");
|
||||
QCoreApplication::setApplicationName(lyx_package);
|
||||
#if QT_VERSION >= 0x050000 && QT_VERSION < 0x060000
|
||||
#if QT_VERSION >= 0x050100 && QT_VERSION < 0x060000
|
||||
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user