git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8491
91ce42f0-d328-0410-95d8-
f526ca767f89
#
CONFIG += qt debug @QWT@
-bins.path = $(DESTDIR)@sbindir@
+bins.path = /$(DESTDIR)@sbindir@
bins.files = ./bat
-confs.path = $(DESTDIR)@sysconfdir@
+confs.path = /$(DESTDIR)@sysconfdir@
confs.commands = ./install_conf_file
TEMPLATE = app
LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
QMAKE_LINK = $${LIBTOOL_LINK} $(CXX)
QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} install -m 0754 -p
-QMAKE_CLEAN += .libs/*
+QMAKE_CLEAN += .libs/* bat
qwt {
INCLUDEPATH += @QWT_INC@