mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
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:
parent
1273a3b1a1
commit
96c805f7bf
@ -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)
|
||||
|
@ -27,6 +27,7 @@ class multiSlsDetector;
|
||||
#include <QScrollArea>
|
||||
#include <QGridLayout>
|
||||
#include <QResizeEvent>
|
||||
#include <QTabWidget>
|
||||
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
Loading…
x
Reference in New Issue
Block a user