Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
2.4.0
-
a825ccad3e5f87de11d9bb64886b5c8eb66d0178
Description
Steps to reproduce:
- Create a new Qt GUI Application project
- Open the project's properties, set "Qt Installation" to a path of a Qt installation
- Try to compile the project
Compiling fails with
C:\Users\bkloster\AppData\Local\QtMsBuild\rcc\qtrcc.targets(109,5): error MSB3073: The command ""ERROR: Qt install dir not found\bin\rcc.exe" --list "QtGuiApplication3.qrc" > "Debug\rcc_list.txt" 2> nul" exited with code 123.
I believe the conditions for QtInstallDir in qt.props are incorrect. See the attached patch for a potential fix.