Apply Configuration Changes Button Location
Unsolved
Qt Creator and other tools
-
I cannot find Apply Configuration Changes button after I perform this step. And also if I click Run Cmake, it resets the
value of the below to False/OFF:The dialog shows the Debug build configuration and allows you to edit settings under the CMake section. While the default configuration should be enough for a first pass, depending on your needs, you may want to enable more features such as: *WITH_3D = ON* for 3D rendering *WITH_CUSTOM_WIDGETS = ON* to add QGIS custom widgets for interface design Press **Apply Configuration Changes**. Is there a bug in Qt Creator or will I find the option elsewhere?
-
You have the message there CMake project configuration failed.
This means that you don't get a new configuration, but you are working on the backup. This backup version doesn't have the new changes that you are trying to set, since CMake fails with them.
You can use
Batch Edit...
to paste multiple values.Configuring a CMake project that fails with Qt Creator is a bit challenging.
-
@cristian-adam What is batch edit? How can I do it
-
I've pointed out
Batch Edit...
in your screen shot: