Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.9.0-beta1
-
None
-
fc4e2028210477196364d76e4121612ea760437a (qt-creator/qt-creator/4.9)
Description
I'm using a QtCreatorDeplyment.txt file created by my cmake files in the build directory. Using the new 4.9 beta2, my executable and shared library targets are deployed in a different location than with 4.8.
It seems when using a relative location or a target filename, it doesn't work.
This is how my file would look like:
/home/test/data ../build/app/app:app ../build/utils/JsonUtils/libJsonUtils.so:libs ../build/utils/XmlUtils/libXmlUtils.so:libs
This used to work and put the test-app in /home/test/data/app and the libs in /home/test/data/libs with 4.8. Now it does not work anymore.