mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
some changes for qwt7 and for higher gcc
This commit is contained in:
parent
b55414cd38
commit
fd666605aa
@ -479,11 +479,11 @@ double XYRangeValues[4];
|
||||
bool IsXYRange[4];
|
||||
|
||||
/** Default timer between plots*/
|
||||
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 6)
|
||||
static constexpr double PLOT_TIMER_MS = 200;
|
||||
#else
|
||||
//#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 6)
|
||||
//static constexpr double PLOT_TIMER_MS = 200;
|
||||
//#else
|
||||
static const double PLOT_TIMER_MS = 200;
|
||||
#endif
|
||||
//#endif
|
||||
/** Specific timer value between plots */
|
||||
double timerValue;
|
||||
/** every nth frame when to plot */
|
||||
|
@ -23,7 +23,7 @@ QMAKE_LIBS = -L$(QTDIR)/lib
|
||||
DEFINES += VERBOSE DACS_INT PRINT_LOG #VERYVERBOSE CHECKINFERROR
|
||||
LIBS = -L$(QWTDIR)/lib -lqwt -L$(QWT3D)/lib
|
||||
|
||||
CXXFLAGS += -g
|
||||
CXXFLAGS += -std=c++11 -g
|
||||
|
||||
|
||||
QMAKE_CXXFLAGS_WARN_ON = -w
|
||||
|
Loading…
x
Reference in New Issue
Block a user