From: Alexander Stein Date: Fri, 10 Sep 2010 17:01:14 +0000 (+0200) Subject: Fix QT4 moc, cflags libs detection on dual QT3/Qt4 systems X-Git-Tag: v2.6.37-rc1~51^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f4ad8a19ad01405f9d6b3110d6eb93666ae21e;p=pandora-kernel.git Fix QT4 moc, cflags libs detection on dual QT3/Qt4 systems On system with QT3 and QT4 qmake in PATH may be from QT3. So we use pkg-config for proper QT4 detection. By reqesting cflags and libs for either QtCore, QtGui and QtSupport include dirs and libs get listed several times, but so we won't mis anything Signed-off-by: Alexander Stein Acked-by: Randy Dunlap Signed-off-by: Michal Marek --- Reading git-diff-tree failed