Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML and QT IDE  (Read 1858 times)

0 Members and 1 Guest are viewing this topic.

Brikinhos

  • Newbie
  • *
  • Posts: 8
    • View Profile
SFML and QT IDE
« 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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: SFML and QT IDE
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: SFML and QT IDE
« Reply #2 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

Brikinhos

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: SFML and QT IDE
« Reply #3 on: March 28, 2018, 10:54:32 pm »
ok! thanks to Exploiter and AlexAUT! I will try it tomorrow.