Author Topic: Qt with codeblocks  (Read 4355 times)

frob

  • Guest
Qt with codeblocks
« on: May 31, 2007, 11:44:41 am »
I am using codeblocks in windows vista, with no hangups.

I am doing Qt development in class and we are doing databases. In order to compile a program that uses database I need to add "QT += SQL" to the .pro file. Is there a way to do that so that I don't have to leave the IDE to compile?

Offline chameleon

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: Qt with codeblocks
« Reply #1 on: February 24, 2010, 01:12:33 am »
I am interesting too, to get ride from qmake.

I am not sure, but if you include the qt sql library in your project?
libQtSql4.a

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Qt with codeblocks
« Reply #2 on: February 24, 2010, 09:15:23 am »
I am not sure, but if you include the qt sql library in your project?
Are you aware that you hijacked a 3 years old thread? don't do that, please. Topic locked.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ