[Poppler-bugs] [Bug 72744] New: [PATCH] Fix detection of moc for Qt5
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Dec 15 23:36:42 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=72744
Priority: medium
Bug ID: 72744
Assignee: poppler-bugs at lists.freedesktop.org
Summary: [PATCH] Fix detection of moc for Qt5
Severity: normal
Classification: Unclassified
OS: All
Reporter: tj at solitudo.net
Hardware: All
Status: NEW
Version: unspecified
Component: general
Product: poppler
Created attachment 90821
--> https://bugs.freedesktop.org/attachment.cgi?id=90821&action=edit
The patch fixing the bug described
On my Mac OS X 10.9 Mavericks system with Qt 5.2.0 installed using
Homebrew, the output of the moc command doesn't include the string
"Qt 5" which is expected by the moc version detection logic in
configure.ac of poppler 0.24.4. This patch updates the grep pattern so
that the current expected moc version output and the version output of
this installation of Qt5 are both detected as a valid moc for Qt5. With
this patch applied, I was able to build and test poppler with Qt5
support successfully.
(09:26:05)(tj at gauri)(~)$ uname -a
Darwin gauri.ad.local.domain 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19
22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64 i386
MacBookPro3,1 Darwin
(09:26:08)(tj at gauri)(~)$ /usr/local/opt/qt5/bin/moc -v
moc 5.2.0
(09:26:24)(tj at gauri)(~)$
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20131216/b7840e80/attachment.html>
More information about the Poppler-bugs
mailing list