[Qt-interest] configure.ac with Qt project
Reece Dunn
msclrhd at googlemail.com
Thu Jun 3 13:19:18 CEST 2010
On 3 June 2010 11:00, Frank Lutz <frank422542 at googlemail.com> wrote:
> Sorry, but there do not work:
> On:
> PKG_CHECK_MODULES(QT, [QtCore >= 4.6, QtGui >= 4.6, QtMultimedia >=
> 4.6]) I get the message there aren't but the libs installed.
What version of Qt do you have installed?
Which development packages did you install (e.g. libQtCore-dev)?
What platform are you on (Mac, Ubuntu, Fedora, ...)?
Do you see QtCore.pc files in the pkgconfig search path?
Do you require QtMultimedia?
Does PKG_CHECK_MODULES(QT, [QtCore >= 4.4]) work?
What is the configure output?
Does the config.log output tell you anything more?
> On:
> moc_%.cpp: %.hpp
> moc $< -o $@
> I do get the message:"'%'-style pattern rules are a GNU make extension"
I get that as well. It means that the above requires a version of GNU
make (as it uses a GNU make extension). I haven't figured out how to
work around that.
- Reece
More information about the Qt-interest-old
mailing list