Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 3.6.0
-
linus, (linux mint 17.3)
Description
since QTC 3.6 the internal handling of qmake-variables seems to be errorprone. in the following example, the content of DESTDIR is different and wrong for the project-run-configuration, but qmake makes it right...
here the example pro file (snippet):
APP_PATH = $$shadowed($$PWD)/build isEmpty(APP_PATH) { APP_PATH = $$shadowed($$PWD)/build } BIN_PATH = $$APP_PATH/bin DESTDIR = $$BIN_PATH message (app.pro-BIN_PATH: $$BIN_PATH)
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-15758 Subdirs projects within a path containing a symbolic link produce warning.
- Closed
- relates to
-
QTCREATORBUG-18360 Projects with CMake do not handle build directories with symlinks properly
- Reported