Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Apply Configuration Changes Button Location
Forum Updated to NodeBB v4.3 + New Features

Apply Configuration Changes Button Location

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 280 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xanthas
    wrote on last edited by
    #1

    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?
    

    8ad3b6b3-d510-4e4d-b269-2ce036f06b8d-image.png

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote on last edited by
      #2

      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.

      X 1 Reply Last reply
      1
      • cristian-adamC cristian-adam

        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.

        X Offline
        X Offline
        xanthas
        wrote on last edited by
        #3

        @cristian-adam What is batch edit? How can I do it

        cristian-adamC 1 Reply Last reply
        0
        • X xanthas

          @cristian-adam What is batch edit? How can I do it

          cristian-adamC Offline
          cristian-adamC Offline
          cristian-adam
          wrote on last edited by
          #4

          I've pointed out Batch Edit... in your screen shot:

          qtcreator-qgis.png

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved