Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.10.1
-
None
-
b1876052b (master)
Description
I have a project where the output type depends of the configuration.
Basically if I run just "qmake" it builds an executable, but if I run "qmake CONFIG+=build_as_lib", it builds a library.
The issue is that if I have set multiple build configurations, some that builds the executable and some that builds the library, each time I alternate between them Qt Creator loses all the Run configuration for the executable.
For instance:
- In "Run Settings", edit the run configuration by adding command line arguments or cloning the run configuration or checking the "Run in terminal" option or ...
- In "Build Settings" edit the "Profile" configuration and add "CONFIG+=build_as_lib" to the qmake step.
- Switch back to the "Debug" configuration
- Go back to the Run Settings, all changes have been lost.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-28273 Run configurations (wrongfully?) removed if cmake target is removed
-
- Closed
-
-
QTCREATORBUG-20986 Separate executables selection in Project->Run for debug and release
-
- Reported
-