Code::Blocks Forums

User forums => Help => Topic started by: basmok on May 11, 2008, 04:04:18 pm

Title: Creating a new QT4 project?
Post by: basmok on May 11, 2008, 04:04:18 pm
I am really new at the use of Codeblocks, but i think that the programm is exactly that what i was searching for long time...

My problem is that i am not able to create a new QT4 project...
I am able to come to the point where i got ask for the "Qt's location" where i use the standart $(#qt4)
the next step is my problem: what directory's do i have to use for
- base
- include
- lib

I use Ubuntu 8.04 with CodeBlocks 8.02 and QT4. I dont know the directories because i made use of Synaptics, which installed everything automatic.

It would be really great if somebody could tell me what directories i have to insert =)
I also tried to find it in some forums, because i was hoping that somebody could describe the "standart directories".

Thanks,
Basmok
Title: Re: Creating a new QT4 project?
Post by: yop on May 11, 2008, 09:24:05 pm
/usr/share/qt4
/usr/share/qt4/include
/usr/lib/
Title: Re: Creating a new QT4 project?
Post by: basmok on May 12, 2008, 01:27:40 pm
great! it works now
many thanks to you!!

[solved]