Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.1.0
-
None
-
-
55fafd69156cd1843895d94f718235d20e76b486 (qt/qtdeclarative/dev) 12a14164a7a71a72d103824dd377c61915866a10 (qt/qtdeclarative/6.1)
Description
qmake fails to locate rcc when trying to build a QML Project that uses Qt Quick Compiler (CONFIG += qtquickcompiler)
Reproduction steps:
- Open Qt Creator
- Create a new blank QML application using qmake (using Qt 6.1 as a Kit)
- Add CONFIG += qtquickcompiler to the quick file
- Now build the project and you will notice an error message like this:
09:34:13: Starting: "$QTDIR/6.1.0/gcc_64/bin/qmake" $PROJECTDIR/$PROJECT.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug sh: 1: $QTDIR/6.1.0/gcc_64/bin/rcc: not found
You can work around it by creating a soft link from libexec/rcc where the tool resides now, to bin/rcc.