Thread
:
Where to add "pkg-config --cflags gtk+-2.0" in madde?
View Single Post
gri
2010-06-01 , 19:28
Posts: 190 | Thanked: 129 times | Joined on Mar 2010 @ Bavaria, Germany
#
2
If you're using qmake, add the following the the .pro file:
Code:
CONFIG += link_pkgconfig PKGCONFIG += gtk+-2.0
If you're using plain Makefiles, someone with knowledge of that should answer
Edit: Yes, all MADDE versions above 0.6.14 support PR 1.2.
Edit #2: When using QtCreator, please also take a look at this bug report:
http://bugreports.qt.nokia.com/brows...s:all-tabpanel
Last edited by gri; 2010-06-01 at
19:30
.
Quote & Reply
|
The Following User Says Thank You to gri For This Useful Post:
omeriko9
gri
View Public Profile
Send a private message to gri
Find all posts by gri