mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-17 15:50:42 -08:00
some fixes for Windows
This commit is contained in:
parent
1ebfd77f35
commit
383382321c
7 changed files with 16 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue