Reputation: 2549
I started a new C++/Qt-Desktop project in QCreator and two build configurations were automatically created:
Somehow I got these build-configurations deleted (either by moving to a new computer, or opening the project on another computer - I don't know).
How to I recreate these two (apprently default) configurations for my specific project?
Upvotes: 0
Views: 101
Reputation: 903
Upvotes: 2
Reputation: 98425
Open your project.
Go to the Projects pane.
Select the Build & Run tab.
Select the Build subtab.
In the "Edit build configuration:" line, click Add dropdown, select Build submenu.
Select the Debug or Release configuration in Build Steps->Details.
Upvotes: 1