From cd0d1976bc8e5c6c95be8bee787c09b387d11fa5 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Thu, 20 Sep 2012 10:19:27 +0000 Subject: [PATCH] changed qw dir git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@64 af1100a4-978c-4157-bff7-07162d2ba061 --- slsDetectorGui/slsDetectorGui.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorGui/slsDetectorGui.pro b/slsDetectorGui/slsDetectorGui.pro index 06aed327f..fdced7387 100644 --- a/slsDetectorGui/slsDetectorGui.pro +++ b/slsDetectorGui/slsDetectorGui.pro @@ -20,7 +20,7 @@ QMAKE_CLEAN += docs/*/* \ LIBS += -Wl,-Bstatic -L../slsDetectorSoftware -lSlsDetector -Wl,-Bdynamic\ - -L/usr/local/qwt-5.2.3-svn/lib -lqwt + -L$(QWTDIR)/lib -lqwt DEPENDPATH += \ slsDetectorPlotting/include\ @@ -29,7 +29,7 @@ DEPENDPATH += \ INCLUDEPATH += \ - /usr/local/qwt-5.2.3-svn/include\ + $(QWTDIR)/include\ slsDetectorPlotting/include\ include\ forms/include\