Qt Creator 6.0.1 and Qt 6.2.2 running on Windows 7
-
Indeed. previous versions of Visual Studio 2022 worked on Windows 7, you got a warning when you installed but you could proceed anyway, but now you get an error instead :-(
You can still download Visual Studio 2019 Community Edition from here: https://aka.ms/vs/16/release/vs_community.exe -
@5taras said in Qt Creator 6.0.1 and Qt 6.2.2 running on Windows 7:
If I understand correctly I need gnuwin32 package to run mv, rm commands
I'm using the scoop package manager (https://scoop.sh/) to install Linux tools on Windows. I believe just installing scoop already gives you these basic commands. Another alternative is Chocolatey.
-
@SimonSchroeder Did you try to compile qt library yourself? Scoop package manager creates folder "%ROOT%\gnuwin32\bin"?
-
@5taras I've only ever compiled static Qt libraries for Windows with MSVC. Scoop does not provide "%ROOT%\gnuwin32\bin", but it provides commands like
mv
andrm
. It also adapts thePATH
environment variable such that these tools are available on any command line. -
This post is deleted!
-
@SimonSchroeder During compilation I get a mistake "../configure is not an internal or external command". 6.x qt-build-tools folders from github are missing configure.bat file. What can I do?
I found https://github.com/crystalidea/qt-build-tools/blob/master/5.6.3/qtbase/configure.bat file which could be useful. I am not sure. -
@5taras Official Qt Github is: https://github.com/qt/qtbase