some fixes for Windows

This commit is contained in:
pls.153 2022-04-21 17:33:17 +02:00
parent 1ebfd77f35
commit 383382321c
7 changed files with 16 additions and 6 deletions

View file

@ -107,9 +107,8 @@ int main(int argc, char* argv[]) {
view.show();
}
#ifdef Q_OS_WIN
// uncomment for apps without console
//lqml.ignoreIOStreams();
#if (defined Q_OS_WIN) && (defined DESKTOP_APP)
lqml.ignoreIOStreams();
#endif
#if (defined Q_OS_ANDROID) || (defined Q_OS_IOS)