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. Qt Creator automatically creates a "Run configuration" that i don't and will never want
Forum Updated to NodeBB v4.3 + New Features

Qt Creator automatically creates a "Run configuration" that i don't and will never want

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
17 Posts 6 Posters 3.9k Views 3 Watching
  • 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.
  • D Offline
    D Offline
    davecotter
    wrote on last edited by
    #1

    I have several editions of my app, Lite, 2, "Lite Debug" and "2 Debug". i have created build and run configs for each. but Creator insists on creating a run config for my project, which i don't want. see:
    0_1499918394024_Screen Shot 2017-07-12 at 8.54.41 PM.png

    see how it's created "kJams_win" ? that is not useful to me. Whenever i delete it, it gets re-created. How can i permanently get rid of this?

    jsulmJ 1 Reply Last reply
    0
    • D davecotter

      I have several editions of my app, Lite, 2, "Lite Debug" and "2 Debug". i have created build and run configs for each. but Creator insists on creating a run config for my project, which i don't want. see:
      0_1499918394024_Screen Shot 2017-07-12 at 8.54.41 PM.png

      see how it's created "kJams_win" ? that is not useful to me. Whenever i delete it, it gets re-created. How can i permanently get rid of this?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @davecotter You don't have to use those Run configurations. Is it really an issue to have them?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • D Offline
        D Offline
        davecotter
        wrote on last edited by
        #3

        the question is can i remove it or not? and if so, how?
        it's not about why i want it removed.

        mrjjM 1 Reply Last reply
        0
        • D davecotter

          the question is can i remove it or not? and if so, how?
          it's not about why i want it removed.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @davecotter
          Hi
          I don't think you can. All projects have a run config pr default.
          However, it seems to be a new feature.
          alt text

          1 Reply Last reply
          1
          • D Offline
            D Offline
            davecotter
            wrote on last edited by
            #5

            hmm bummer. okay thanks.

            mrjjM 1 Reply Last reply
            0
            • D davecotter

              hmm bummer. okay thanks.

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @davecotter
              If its really annoying, you can use other version of Creator.
              Its not tied to Qt version.
              However it will still created them but its hidden in Projects.

              1 Reply Last reply
              0
              • D Offline
                D Offline
                davecotter
                wrote on last edited by
                #7

                it is really annoying, as i'm a declutter addict, but "Being on the latest tools" need slightly edges out my declutter need. 🤷🏻‍♂️

                mrjjM 1 Reply Last reply
                0
                • D davecotter

                  it is really annoying, as i'm a declutter addict, but "Being on the latest tools" need slightly edges out my declutter need. 🤷🏻‍♂️

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @davecotter
                  Heh. I hear you.
                  You can have both if you download Creator source and build a new version not showing the
                  extra info.
                  There might be an option for it, but i doubt it.

                  1 Reply Last reply
                  0
                  • kshegunovK Offline
                    kshegunovK Offline
                    kshegunov
                    Moderators
                    wrote on last edited by kshegunov
                    #9

                    Of course each project has (a) run configuration(s), how else is Creator supposed to know what and how to run when you hit F5 (debug) or Ctrl+F5 (run) ... Usually the run configuration will follow closely the build config, not always and I currently develop an application with a custom run config.

                    Read and abide by the Qt Code of Conduct

                    D 1 Reply Last reply
                    0
                    • kshegunovK kshegunov

                      Of course each project has (a) run configuration(s), how else is Creator supposed to know what and how to run when you hit F5 (debug) or Ctrl+F5 (run) ... Usually the run configuration will follow closely the build config, not always and I currently develop an application with a custom run config.

                      D Offline
                      D Offline
                      davecotter
                      wrote on last edited by
                      #10

                      @kshegunov perhaps it wasn't clear, but the auto-created run config is unuseful to me. i've created my own (actually useful) custom run configs as you can see in the screen shot

                      kshegunovK 1 Reply Last reply
                      0
                      • D davecotter

                        @kshegunov perhaps it wasn't clear, but the auto-created run config is unuseful to me. i've created my own (actually useful) custom run configs as you can see in the screen shot

                        kshegunovK Offline
                        kshegunovK Offline
                        kshegunov
                        Moderators
                        wrote on last edited by
                        #11

                        Okay, then I must've misunderstood. On the configuration pane, there's a remove button, isn't it working?

                        0_1499976132996_Screenshot_20170713_225907.png

                        Read and abide by the Qt Code of Conduct

                        1 Reply Last reply
                        0
                        • D Offline
                          D Offline
                          davecotter
                          wrote on last edited by
                          #12

                          It works for a minute, but a minute later, that config auto-reappears.

                          so weird!

                          1 Reply Last reply
                          0
                          • hungerH Offline
                            hungerH Offline
                            hunger
                            wrote on last edited by
                            #13

                            Creator creates a run configuration for each executable binary that is built by your build system. Just remove them there -- why do you bother to build those if they are useless?

                            1 Reply Last reply
                            1
                            • D Offline
                              D Offline
                              davecotter
                              wrote on last edited by
                              #14

                              @hunger as you can see in the screen shot, i am creating no such build configuration.

                              1 Reply Last reply
                              0
                              • D Offline
                                D Offline
                                davecotter
                                wrote on last edited by
                                #15

                                so is this considered a bug then?

                                D 1 Reply Last reply
                                0
                                • D davecotter

                                  so is this considered a bug then?

                                  D Offline
                                  D Offline
                                  difix
                                  wrote on last edited by
                                  #16

                                  @davecotter You can also rename 'kJams_win' as you want, for example 'Lite'.

                                  1 Reply Last reply
                                  0
                                  • D Offline
                                    D Offline
                                    davecotter
                                    wrote on last edited by
                                    #17

                                    but it's not a "Custom Executable", which i require. it's literally useless clutter.

                                    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