News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Qt with codeblocks

Started by frob, May 31, 2007, 11:44:41 AM

Previous topic - Next topic

frob

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?

chameleon

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

MortenMacFly

Quote from: chameleon on February 24, 2010, 01:12:33 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]