Latest Posts

Topic: IDE qtcreator do not compile

jmoerschbach
Avatar
Joined: 2019-09-26, 20:40
Posts: 24
Ranking
Pry about Widelands
Posted at: 2019-10-26, 21:45

Hi,

actually, it is surprisingly simple with qtCreator just as GunChleoc says. I was even sucessfull in getting debug/release version started with a click on a button from qtCreator (Actual Debugging is also possible). I am on Windows with MSys and QtCreator 4.10.1. I assume that is even simpler on native linux...

Here are the steps:

Click Open file or project and select toplevel cmake file. QtCreator will set up more or less everything automatically.

See following pictures of my settings for being able to compile/start widelands from QtCreator

BuildConfiguration

RunConfiguration


Top Quote