mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 23:01:01 -08:00
revisions
This commit is contained in:
parent
59caa6372d
commit
84876e7c43
3 changed files with 8 additions and 7 deletions
|
|
@ -55,7 +55,9 @@ int catch_all_qexec() {
|
|||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
#if QT_VERSION < 0x060000
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
#endif
|
||||
#ifdef NO_TEXT_HANDLES
|
||||
qputenv("QT_QPA_NO_TEXT_HANDLES", "1");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue