Qt 6.2.0 - not working with qmake
Solved
Installation and Deployment
-
hello,
i try to configure Qt 6.2.0 with following command:
./configure -qmake -prefix /usr/local/opt/Qt-6.2.0 + mkdir -p qtbase + cd qtbase + exec /Users/thisIsSecret/Downloads/Sources/Qt/Source/qt-everywhere-src-6.2.0/qtbase/configure -top-level -qmake -prefix /usr/local/opt/Qt-6.2.0 /Users/thisIsSecret/Downloads/Sources/Qt/Source/qt-everywhere-src-6.2.0/qtbase/configure: line 267: cmake: command not found
why cmake and why is
-qmake
ignored? -
Hi,
The build system for Qt 6 is cmake. You can still use qmake for your projects though.