Replies: 1 comment 3 replies
-
A "kit" is a target for the application.
When you load a project file (like WatchFlower.pro) with Qt creator it will ask you what kit you want to use. You should choose the "MSVC2019 64bit" one. And again yes you don't need python (maybe one is installed by default but it's not important for your use case), VS Code or emscripten. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Like @emericg wrote i will open a discussion for building the watchflower.git on windows (11)-PC's.
Until now i found out:
Note "4": ignore the error in QT, no need for that as emeric wrote
Yesterday i tried around with windows 11 a lot of things (QT/Git/VS 2022/VS code/Python) but in QT 6.3 i couldn't solve a compiler problem in the webassembly-settings because i wasn't able to install https://emscripten.org/docs/getting_started/downloads.html#installation-instructions-using-the-emsdk-recommended) with python. Also the other required tools (https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html#toolchain-what-you-need) are strange to install and to use in Windows... Maybe i will startover again with linux soon and use the console instead for everything:)
As you can see i can't add a device at the moment because i get the message that i have to install https://emscripten.org/docs/getting_started/downloads.html#installation-instructions-using-the-emsdk-recommended . but it seems there are more problems in the Kits/QT Version/Compiler settings.. a fresh install of QT didn't work because the settings can't be uninstalled.
Maybe i startover again on linux because i don't really understand python for windows - nearly all command don't work in the python.exe ...
I learned basics in Perl, C++ and ij Unreal Engine and Blender.. i know the basics and understand the workflows.. but yesterday i gave up because the 5 tools made me crazy :) i will start over on friday with your tutorial :) thanks for that!
Beta Was this translation helpful? Give feedback.
All reactions