News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

QT4 project wizard on Linux

Started by hooliganos, May 21, 2009, 02:13:51 AM

Previous topic - Next topic

hooliganos

Hi all!

One question about using qt4 wizard.
I trying to create qt4 project. The wizard asking me for qt4 installation path. He expects my qt4 installation looking like this: main QT4 directory and included subdirectories for libs, includes, binaries e.t.c.
For example:
libraries: /usr/lib/qt4/lib
include: /usr/lib/qt4/include
binaries: /usr/lib/qt4/bin

But my Qt4.5.1 main parts not located in the single main Qt4 directory and they are located like this:
libraries: /usr/lib
include: /usr/lib/qt4/include
binaries: /usr/lib/qt4/bin

If I select /usr/lib as installation directory wizard can't locate includes and binaries.
If I select /usr/lib/qt4 as installation directory wizard can't locate libraries.

Both the codeblocks8.0.2 and the qt4.5.1 was installed from rpms with default options.

How can I fix this problem?

Thanks...



abrockhoff

I'm using Ubuntu and had a similar problem. Try using the directory /usr/share/qt4
there should be links to the folders not actually located there