mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 22:51:30 +01:00
warings suppressed (directly with flag in .pro)
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@110 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@@ -6,7 +6,8 @@ all: $(PROG)
|
|||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
if test -e Makefile.gui; then make -f Makefile.gui clean; make -f Makefile.gui mocclean; fi
|
if test -e Makefile.gui; then make -f Makefile.gui clean; make -f Makefile.gui mocclean; rm Makefile.gui; else make Makefile.gui; make -f Makefile.gui clean; make -f Makefile.gui mocclean; fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Makefile.gui: slsDetectorGui.pro
|
Makefile.gui: slsDetectorGui.pro
|
||||||
|
|||||||
@@ -5,7 +5,9 @@ UI_HEADERS_DIR = forms/include
|
|||||||
|
|
||||||
RESOURCES += icons.qrc
|
RESOURCES += icons.qrc
|
||||||
|
|
||||||
|
CONFIG+=debug
|
||||||
|
QMAKE_CXXFLAGS_WARN_ON = -w
|
||||||
|
QMAKE_CFLAGS_WARN_ON = -w
|
||||||
DEFINES += VERBOSE DACS_INT #VERYVERBOSE
|
DEFINES += VERBOSE DACS_INT #VERYVERBOSE
|
||||||
|
|
||||||
|
|
||||||
@@ -15,11 +17,10 @@ documentation.files = docs/*
|
|||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
INSTALLS += documentation
|
INSTALLS += documentation
|
||||||
QMAKE_CLEAN += docs/*/* \
|
QMAKE_CLEAN += docs/*/* \
|
||||||
$(DESTDIR)* \
|
$(DESTDIR)*
|
||||||
forms/include/*
|
|
||||||
|
|
||||||
|
|
||||||
LIBS += -Wl,-Bstatic -L../slsDetectorSoftware -lSlsDetector -Wl,-Bdynamic\
|
LIBS += -Wl,-Bstatic -L../slsDetectorSoftware -lSlsDetector -Wl,-Bdynamic\
|
||||||
-L$(QWTDIR)/lib -lqwt -L$(QWT3D)/lib
|
-L$(QWTDIR)/lib -lqwt -L$(QWT3D)/lib
|
||||||
|
|
||||||
DEPENDPATH += \
|
DEPENDPATH += \
|
||||||
@@ -28,10 +29,13 @@ DEPENDPATH += \
|
|||||||
forms/include
|
forms/include
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
|
$(shell echo "/lib/modules/`uname -r`/build/include") \
|
||||||
$(QWTDIR)/include\
|
$(QWTDIR)/include\
|
||||||
$(QWTDIR)/src\
|
$(QWTDIR) \
|
||||||
$(QWT3D)/include\
|
$(QWTDIR)/src\
|
||||||
|
$(QWT3D)/include\
|
||||||
slsDetectorPlotting/include\
|
slsDetectorPlotting/include\
|
||||||
include\
|
include\
|
||||||
forms/include\
|
forms/include\
|
||||||
|
|||||||
Reference in New Issue
Block a user