Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:Qt
libqt4-sql-plugins
fix-moc-from-choking-on-boost-headers.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-moc-from-choking-on-boost-headers.patch of Package libqt4-sql-plugins
--- qt-snapshot/src/tools/moc/main.cpp 2013-03-16 19:09:31.954011186 +0100 +++ qt-snapshot/src/tools/moc/main.cpp 2013-05-28 22:38:39.781681541 +0200 @@ -190,6 +190,9 @@ int runMoc(int _argc, char **_argv) // Workaround a bug while parsing the boost/type_traits/has_operator.hpp header. See QTBUG-22829 pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"]; + pp.macros["BOOST_LEXICAL_CAST_INCLUDED"]; + pp.macros["BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION"]; + pp.macros["BOOST_NEXT_PRIOR_HPP_INCLUDED"]; QByteArray filename; QByteArray output;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor