Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to add additional compiler kit

How to add additional compiler kit

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 4 Posters 383 Views 1 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.
  • DriftwoodD Offline
    DriftwoodD Offline
    Driftwood
    wrote on last edited by
    #1

    I started this project off with MinGW-64-bit, and all is well and good. Almost. After a little hindsight, I think I shld add 32-bit to it, too. Do I have to scrap this whole thing and start over to add the MinGW-32-bit compiler? Or can it be added to the existing project? If so, how? And with that, I'll just lower my head in disgrace =)

    1 Reply Last reply
    0
    • ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by
      #2

      hi,
      one simple way
      close the project
      delete .pro.user file (not .pro !)
      open projet again, select kits

      1 Reply Last reply
      2
      • DriftwoodD Offline
        DriftwoodD Offline
        Driftwood
        wrote on last edited by
        #3

        @LeLev - That did it. Thank you.

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          There's another way, without deleting the *.pro.user file:

          1. Open your project in Qt Creator
          2. Click the "Projects" button on the left menu bar
          3. Add a kit to your project: https://doc.qt.io/qtcreator/creator-configuring-projects.html
            Screenshot: Configuring project

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          aha_1980A 1 Reply Last reply
          4
          • JKSHJ JKSH

            There's another way, without deleting the *.pro.user file:

            1. Open your project in Qt Creator
            2. Click the "Projects" button on the left menu bar
            3. Add a kit to your project: https://doc.qt.io/qtcreator/creator-configuring-projects.html
              Screenshot: Configuring project
            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @JKSH said in How to add additional compiler kit:

            There's another way, without deleting the *.pro.user file:

            I'd even say that is the intended way, as you may want to have several Kits for one project :)

            Regards

            Qt has to stay free or it will die.

            1 Reply Last reply
            2

            • Login

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