Code::Blocks Forums

User forums => Help => Topic started by: connexion2000 on August 05, 2007, 03:26:11 pm

Title: Code::Blocks with Qt4
Post by: connexion2000 on August 05, 2007, 03:26:11 pm
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
Title: Re: Code::Blocks with Qt4
Post by: yop on August 05, 2007, 03:43:50 pm
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.
Title: Re: Code::Blocks with Qt4
Post by: connexion2000 on August 05, 2007, 04:40:42 pm
But all in all if above didn't work or for any other library, what should obj variable point to?
Title: Re: Code::Blocks with Qt4
Post by: yop on August 05, 2007, 05:24:20 pm
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.
Title: Re: Code::Blocks with Qt4
Post by: connexion2000 on August 05, 2007, 05:33:19 pm
I am just asking what for is obj variable. Includes go to "include", libraries go to "lib" and what goes to "obj"?