View Single Post
Posts: 190 | Thanked: 129 times | Joined on Mar 2010 @ Bavaria, Germany
#9
Originally Posted by Venemo View Post
It was not working for me, either.

For me, adding the directories of the required libraries to my project file's include paths and then adding the libraries to the LIBS made it work with Qt Creator.

This is how I did it: here is my example project file
Should be working in the QtCreator snapshot of tomorrow (or one day more).

Take a look at the bug report I mentioned in my first post:
http://bugreports.qt.nokia.com/brows...s:all-tabpanel

It has been fixed today:
Code:
Karsten Heimrich added a comment - 01/Jun/10 05:48 PM
Hi, I've fixed the problem in Creator trunk, still it does not work properly on windows because of a bug in MADDE. To make it work, just edit in your MADDE install dir (Path/To/Madde/madbin\pkg-config.cmd), replace the line with @env.exe PERL5LIB=/madlib/perl5 pkg-config %*
 

The Following 2 Users Say Thank You to gri For This Useful Post: