[med-svn] [beads] 01/01: More porting issues
Andreas Tille
tille at debian.org
Fri Oct 20 08:57:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository beads.
commit b4fd4baf929f933f26b6cfee4d150b9a41d644ff
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 20 10:52:14 2017 +0200
More porting issues
---
debian/patches/qt5.patch | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/debian/patches/qt5.patch b/debian/patches/qt5.patch
index 26f4162..111767f 100644
--- a/debian/patches/qt5.patch
+++ b/debian/patches/qt5.patch
@@ -74,3 +74,55 @@ Description: Port from Qt4 to Qt5
# we need this to be able to include headers produced by uic in our code
# (CMAKE_BINARY_DIR holds a path to the build directory, while INCLUDE_DIRECTORIES() works just like INCLUDEPATH from qmake)
+--- a/src/beads.h
++++ b/src/beads.h
+@@ -16,7 +16,7 @@
+ #ifndef BEADS_H_
+ #define BEADS_H_
+
+-#include <QDebug>
++#include <QtCore/qdebug.h>
+ #include <QApplication>
+ #include "config.h"
+
+--- a/src/images/imageIntensity.h
++++ b/src/images/imageIntensity.h
+@@ -1,7 +1,7 @@
+ #ifndef IMAGEINTENSITY_H_
+ #define IMAGEINTENSITY_H_
+
+-#include <QDebug>
++#include <QtCore/qdebug.h>
+ #include <QString>
+
+ #include "imageCode.h"
+--- a/src/qtbeads/qtbeads.cpp
++++ b/src/qtbeads/qtbeads.cpp
+@@ -1,4 +1,4 @@
+-#include <QDebug>
++#include <QtCore/qdebug.h>
+ #include <QApplication>
+ #include "../config.h"
+ #include "main_window.h"
+--- a/src/spotDocument.h
++++ b/src/spotDocument.h
+@@ -1,7 +1,7 @@
+ #ifndef SPOTDOCUMENT_H_
+ #define SPOTDOCUMENT_H_
+
+-#include <QDebug>
++#include <QtCore/qdebug.h>
+ #include <QFile>
+ #include <QTextStream>
+
+--- a/src/qtbeads/properties.cpp
++++ b/src/qtbeads/properties.cpp
+@@ -7,7 +7,7 @@
+
+ #include "properties.h"
+ #include "qtbeads_error.h"
+-#include <QDebug>
++#include <QtCore/qdebug.h>
+ #include <string>
+ #include <iostream>
+ #include <fstream>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beads.git
More information about the debian-med-commit
mailing list