Qt 6.11 is out! See what's new in the release
blog
Compile qtbase
-
Hello all,
I am trying to compile
qtbasefrom the official repo, howeverqtbase.prodoes not show me anything in myqtcreatorand I got errors:/home/ilian/gitprojects/qtbase/configure.pri:393: error: 'bypassNesting' is not a recognized test function /home/ilian/gitprojects/qtbase/configure.pri:810: error: 'reload_properties' is not a recognized test function. /home/ilian/gitprojects/qtbase/configure.pri:824: error: 'bypassNesting' is not a recognized test function.I am cloning from here: http://code.qt.io/cgit/qt/qtbase.git/ Any info?
-
Hi,
You need to
configureqtbase before you can build/hack on it.