fix #1118
This commit is contained in:
parent
f962a8e9c3
commit
41b3407c77
@ -26,6 +26,10 @@
|
|||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
qSetMessagePattern(QSL("time=\"%{time process}\" type=\"%{type}\" -> %{message}"));
|
qSetMessagePattern(QSL("time=\"%{time process}\" type=\"%{type}\" -> %{message}"));
|
||||||
|
|
||||||
|
// NOTE: https://github.com/martinrotter/rssguard/issues/1118
|
||||||
|
// NOTE: https://bugreports.qt.io/browse/QTBUG-117612
|
||||||
|
qputenv("QT_DISABLE_AUDIO_PREPARE", "1");
|
||||||
|
|
||||||
// High DPI stuff.
|
// High DPI stuff.
|
||||||
#if QT_VERSION >= 0x050E00 // Qt >= 5.14.0
|
#if QT_VERSION >= 0x050E00 // Qt >= 5.14.0
|
||||||
qputenv("QT_ENABLE_HIGHDPI_SCALING", "1");
|
qputenv("QT_ENABLE_HIGHDPI_SCALING", "1");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user