File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1283,7 +1283,7 @@ else
1283
1283
BITCOIN_QT_INIT
1284
1284
1285
1285
dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus
1286
- BITCOIN_QT_CONFIGURE([ 5.5.1 ] )
1286
+ BITCOIN_QT_CONFIGURE([ 5.9.5 ] )
1287
1287
1288
1288
dnl Keep a copy of the original $QT_INCLUDES and use it when invoking qt's moc
1289
1289
QT_INCLUDES_UNSUPPRESSED=$QT_INCLUDES
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
21
21
| PCRE | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
22
22
| Python (tests) | | [ 3.6] ( https://www.python.org/downloads ) | | | |
23
23
| qrencode | [ 3.4.4] ( https://fukuchi.org/works/qrencode ) | | No | | |
24
- | Qt | [ 5.9.8] ( https://download.qt.io/official_releases/qt/ ) | [ 5.5.1 ] ( https://github.com/bitcoin/bitcoin/issues/13478 ) | No | | |
24
+ | Qt | [ 5.9.8] ( https://download.qt.io/official_releases/qt/ ) | [ 5.9.5 ] ( https://github.com/bitcoin/bitcoin/issues/20104 ) | No | | |
25
25
| SQLite | [ 3.32.1] ( https://sqlite.org/download.html ) | [ 3.7.17] ( https://github.com/bitcoin/bitcoin/pull/19077 ) | | | |
26
26
| XCB | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) (Linux only) |
27
27
| xkbcommon | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) (Linux only) |
Original file line number Diff line number Diff line change @@ -464,9 +464,7 @@ int GuiMain(int argc, char* argv[])
464
464
465
465
// Generate high-dpi pixmaps
466
466
QApplication::setAttribute (Qt::AA_UseHighDpiPixmaps);
467
- #if QT_VERSION >= 0x050600
468
467
QCoreApplication::setAttribute (Qt::AA_EnableHighDpiScaling);
469
- #endif
470
468
471
469
#if (QT_VERSION <= QT_VERSION_CHECK(5, 9, 8)) && defined(Q_OS_MACOS)
472
470
const auto os_name = QSysInfo::prettyProductName ();
You can’t perform that action at this time.
0 commit comments