Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.0
-
None
Description
qmake does not replace $(QTDIR) with the set environment variable when using it for the QMAKE_UIC command. This:
qmake -tp vc test.pro QMAKE_UIC=$(QTDIR)\bin\uic.exe
will cause it to try to run $ as a command which will fail. This is more apparant via the intergration.