SFML community forums

Help => General => Topic started by: Brikinhos on March 28, 2018, 06:08:58 pm

Title: SFML and QT IDE
Post by: Brikinhos on March 28, 2018, 06:08:58 pm
Hi all, I'm new here. I'm working in a proyect since 3 months ago and I have a problem, I hate Visual Studio IDE and I would like to work in QT IDE. Before configuring QT I would like to know if it's possible to use SFML libraries with QT IDE without problem, I'm not going to use QT libraries, only IDE. Thanks a lot in advance and sorry if my English is bad.
Title: Re: SFML and QT IDE
Post by: eXpl0it3r on March 28, 2018, 06:18:33 pm
It's certainly possible.

You will have to write your own CMakeLists.txt for your project or alternatively write a qmake file. No easy to use project settings UI.
Title: Re: SFML and QT IDE
Post by: AlexAUT on March 28, 2018, 09:16:18 pm
No easy to use project settings UI.

Actually when you create a qmake project you have an UI to add dependencies, where you just have to select the sfml libraries in the filesystem  :D. I'm not sure where exaclty, maybe right click project or under the build tab.


AlexAUT
Title: Re: SFML and QT IDE
Post by: Brikinhos on March 28, 2018, 10:54:32 pm
ok! thanks to Exploiter and AlexAUT! I will try it tomorrow.