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

Code::Blocks with Qt4

Started by connexion2000, August 05, 2007, 03:26:11 PM

Previous topic - Next topic

connexion2000

Hi!
I was setting Code::Blocks to work with Qt4 so I opened Global Variables Dialog and I have several fields to fill. Base is obvious (C:\Qt4), include (C:\Qt4\include), lib (C:\Qt4\lib). But what do I need to fill in obj?
Cheers,
connexion2000

yop

You actually don't have to fill anything else. Setting the base path is enough. Check the following setup:
http://code.google.com/p/qtworkbench/wiki/GlobalVariables
The mkspecs is needed by me so you can safely ignore it if you 're not using the plugin.
Life would be so much easier if we could just look at the source code.

connexion2000

But all in all if above didn't work or for any other library, what should obj variable point to?

yop

Why would you possibly need this folder? There is no magic in the global variables it's just a shortcut so the user can access some paths on his hard drive easily. In any case the user choses to use the global variables. So it seems that you need this global variable for something. What? Maybe we can help with that.
Life would be so much easier if we could just look at the source code.

connexion2000

I am just asking what for is obj variable. Includes go to "include", libraries go to "lib" and what goes to "obj"?