@MLeone said in Using qmake and it can't find qtquickcontrols2:
@SGaist I create a folder inside the src folder, called qt-biuld. Then I do
-prefix ../qtbase
You are installing (make install) into qtbase, so it's not a clean build. Pick a different install target directory, like $PWD or something entirely different.