From be401ad4770b6a186143a4f0bcf02de77ce22146 Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Thu, 22 May 2014 20:18:25 +0200 Subject: [PATCH] Fix project files of libraries to compile with Qt5 This should fix issue #11. --- libs/qcustomplot-source/qcustomplot.pro | 3 +++ libs/qhexedit/qhexedit.pro | 3 +++ 2 files changed, 6 insertions(+) diff --git a/libs/qcustomplot-source/qcustomplot.pro b/libs/qcustomplot-source/qcustomplot.pro index 6a7b2ee2..0a831af4 100644 --- a/libs/qcustomplot-source/qcustomplot.pro +++ b/libs/qcustomplot-source/qcustomplot.pro @@ -1,5 +1,8 @@ TEMPLATE = lib +QT += core gui network +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport + CONFIG += staticlib CONFIG += debug_and_release diff --git a/libs/qhexedit/qhexedit.pro b/libs/qhexedit/qhexedit.pro index ecbc5db3..6d05d85d 100644 --- a/libs/qhexedit/qhexedit.pro +++ b/libs/qhexedit/qhexedit.pro @@ -1,5 +1,8 @@ TEMPLATE = lib +QT += core gui network +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport + CONFIG += staticlib CONFIG += debug_and_release