Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.14.0, Qt Creator 4.15.0-rc1
-
ed1ed2aa2483aac191c8dfa37abfc726fc5deb3a (qt-creator/qt-creator/4.15)
Description
Have a cmake project with a target that requires deployment, go into the Run Settings, unfold the "Install into temporary host directory" and the change for example the "Make arguments:" line.
For example, change
"cmake --build . --target install"
to
"--install . --component MyComponent"
In CMakeLists.txt.user the change is made to the key "RemoteLinux.MakeInstall.MakeArguments" correctly, but if you close the project and re-open it the change is not visible anymore in the project settings in Qt Creator.