From ce110a79c8a4b0646cfaeee555b66569a375dcd1 Mon Sep 17 00:00:00 2001 From: bergamaschi Date: Thu, 18 Oct 2012 15:28:57 +0000 Subject: [PATCH] some small changes to comly with qt4.7 version..but it still does not work git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@97 af1100a4-978c-4157-bff7-07162d2ba061 --- slsDetectorGui/slsDetectorGui.pro | 1 + slsDetectorGui/slsDetectorPlotting/include/SlsQt1DZoomer.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/slsDetectorGui/slsDetectorGui.pro b/slsDetectorGui/slsDetectorGui.pro index fdced7387..c18ff8d71 100644 --- a/slsDetectorGui/slsDetectorGui.pro +++ b/slsDetectorGui/slsDetectorGui.pro @@ -30,6 +30,7 @@ DEPENDPATH += \ INCLUDEPATH += \ $(QWTDIR)/include\ + $(QWTDIR)/src\ slsDetectorPlotting/include\ include\ forms/include\ diff --git a/slsDetectorGui/slsDetectorPlotting/include/SlsQt1DZoomer.h b/slsDetectorGui/slsDetectorPlotting/include/SlsQt1DZoomer.h index 94afd2707..e9dbfb49d 100644 --- a/slsDetectorGui/slsDetectorPlotting/include/SlsQt1DZoomer.h +++ b/slsDetectorGui/slsDetectorPlotting/include/SlsQt1DZoomer.h @@ -7,7 +7,7 @@ #ifndef SLSQT1DZOOMER_H #define SLSQT1DZOOMER_H - +#include #include #include class SlsQtH1D;