Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 384425 | Differences between
and this patch

Collapse All | Expand All

(-)qxmlrpc-0.0.svn6.orig/xmlrpc/stable.h (-1 lines)
Lines 2-8 Link Here
2
#ifndef STABLE_H
2
#ifndef STABLE_H
3
#define STABLE_H
3
#define STABLE_H
4
	#if defined(__cplusplus) and not defined(__OBJC__)		
4
	#if defined(__cplusplus) and not defined(__OBJC__)		
5
		#include <QtGui>
6
		#include <QtXml>
5
		#include <QtXml>
7
		#include <QtCore>
6
		#include <QtCore>
8
		#include <QtNetwork>
7
		#include <QtNetwork>
(-)qxmlrpc-0.0.svn6.orig/xmlrpc/xmlrpc.pro (+1 lines)
Lines 10-15 Link Here
10
DEPENDPATH += .
10
DEPENDPATH += .
11
INCLUDEPATH += . ..
11
INCLUDEPATH += . ..
12
12
13
QT -= gui
13
QT += xml
14
QT += xml
14
QT += network 
15
QT += network 
15
16

Return to bug 384425