commit | 20f4ad8a19ad01405f9d6b3110d6eb93666ae21e | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexander.stein@informatik.tu-chemnitz.de> | Fri Sep 10 19:01:14 2010 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Mon Sep 13 13:01:30 2010 +0200 |
tree | 9bc8e816bc3e35f13059cdb3dc0298770e4bd628 | |
parent | aee08ed499d65f78373b716fcacefcde1ceb7ade [diff] |
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 <alexander.stein@informatik.tu-chemnitz.de> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Michal Marek <mmarek@suse.cz>