Merge #8210: [Qt] Bump to Qt5.6.1
2759597Only pass -lQt5PlatformSupport if >=Qt5.6 (Jonas Schnelli)59d063dUse runtime linking of QT libdbus, use custom/temp. SDK URL (Jonas Schnelli)6194d9aFix bitcoin_qt.m4 and fix-xcb-include-order.patch (Jonas Schnelli)f6eb4e2[depends] OpenSSL 1.0.1k - update config_opts (fanquake)f25209adepends: bump OSX toolchain (Cory Fields)
This commit is contained in:
@@ -533,6 +533,9 @@ int main(int argc, char *argv[])
|
||||
// Generate high-dpi pixmaps
|
||||
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
#endif
|
||||
#if QT_VERSION >= 0x050600
|
||||
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
#endif
|
||||
#ifdef Q_OS_MAC
|
||||
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user