Magellan Linux

Annotation of /trunk/akonadi/patches/akonadi-1.9.2-boost153.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2214 - (hide annotations) (download)
Wed Jun 19 12:26:11 2013 UTC (10 years, 11 months ago) by niro
File size: 610 byte(s)
-added boost-1.53 patch
1 niro 2214 From: Sergio Martins <iamsergio@gmail.com>
2     Date: Tue, 28 May 2013 20:22:11 +0000
3     Subject: Compile with boost-1.53
4     X-Git-Url: http://quickgit.kde.org/?p=akonadi.git&a=commitdiff&h=fe3f49cbd21a634c3257903a229b7d5357ee194a
5     ---
6     Compile with boost-1.53
7    
8     The bug isn't going to be fixed in Qt4, so we need the ifdef.
9    
10     CCMAIL: vkrause@kde.org
11     ---
12    
13    
14     --- a/shared/akapplication.h
15     +++ b/shared/akapplication.h
16     @@ -23,7 +23,9 @@
17     #include <QtCore/QObject>
18    
19     #ifndef _WIN32_WCE
20     -#include <boost/program_options.hpp>
21     +# ifndef Q_MOC_RUN
22     +# include <boost/program_options.hpp>
23     +# endif
24     #endif
25    
26     class QCoreApplication;
27