Makefile with clean label addded

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@66 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_msdetect 2012-09-21 08:37:34 +00:00
parent 1273a3b1a1
commit 96c805f7bf
2 changed files with 4 additions and 2 deletions

View File

@ -5,10 +5,11 @@ DIR= $(shell ls src/* slsDetectorPlotting/include/* slsDetectorPlotting/src/* in
all: $(PROG)
clean: Makefile.gui
clean:
if test -e Makefile.gui; then make -f Makefile.gui clean; make -f Makefile.gui mocclean; fi
Makefile.gui: slsDetectorGui.pro
if test -e Makefile.gui; then make -f Makefile.gui clean;fi
qmake -o Makefile.gui
$(PROG): Makefile.gui $(DIR)

View File

@ -27,6 +27,7 @@ class multiSlsDetector;
#include <QScrollArea>
#include <QGridLayout>
#include <QResizeEvent>
#include <QTabWidget>
#include <iostream>
using namespace std;