mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-09 19:40:42 +02:00
compiling with and without root defined in makefile.include
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@269 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
02c4a5e18e
commit
9c5e2aa5b7
@ -13,6 +13,8 @@ INCLUDES ?= $(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYD
|
|||||||
|
|
||||||
ifeq ( $(EIGERSLS), yes)
|
ifeq ( $(EIGERSLS), yes)
|
||||||
LDFLAG += $(EIGERFLAGS)
|
LDFLAG += $(EIGERFLAGS)
|
||||||
|
else ifeq ( $(ROOTSLS), yes)
|
||||||
|
LDFLAG += $(ROOTFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all lib clean mm doc htmldoc guiclient
|
.PHONY: all lib clean mm doc htmldoc guiclient
|
||||||
|
@ -217,10 +217,6 @@ static const int64_t GUI_VERSION=0x20121213;
|
|||||||
|
|
||||||
//display message
|
//display message
|
||||||
qDefs::Message((MessageIndex)errorLevel,retval,title);
|
qDefs::Message((MessageIndex)errorLevel,retval,title);
|
||||||
|
|
||||||
if(retval.find("CAKE")!=string::npos){
|
|
||||||
qDefs::Message((MessageIndex)errorLevel,"So You will get a cake tomorrow right?",title);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
myDet->clearAllErrorMask();
|
myDet->clearAllErrorMask();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user