add Quicklisp/ASDF note for Windows

This commit is contained in:
pls.153 2022-04-22 10:51:12 +02:00
parent 383382321c
commit 083d3b9e67
2 changed files with 15 additions and 1 deletions

View file

@ -108,7 +108,7 @@ int main(int argc, char* argv[]) {
}
#if (defined Q_OS_WIN) && (defined DESKTOP_APP)
lqml.ignoreIOStreams();
lqml.ignoreIOStreams();
#endif
#if (defined Q_OS_ANDROID) || (defined Q_OS_IOS)