22 lines
715 B
Diff
22 lines
715 B
Diff
|
diff -Naur bacula-9.0.0.old/src/qt-console/bat.pro.in bacula-9.0.0/src/qt-console/bat.pro.in
|
||
|
--- bacula-9.0.0.old/src/qt-console/bat.pro.in 2017-07-10 08:52:38.933834565 +0200
|
||
|
+++ bacula-9.0.0/src/qt-console/bat.pro.in 2017-07-10 08:59:45.545902183 +0200
|
||
|
@@ -6,7 +6,7 @@
|
||
|
#
|
||
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
#
|
||
|
-CONFIG += qt debug @QWT@
|
||
|
+CONFIG += qt release @QWT@
|
||
|
|
||
|
datarootdir = @datarootdir@
|
||
|
|
||
|
@@ -14,7 +14,7 @@
|
||
|
bins.files = bat
|
||
|
confs.path = /$(DESTDIR)@sysconfdir@
|
||
|
confs.commands = ./install_conf_file
|
||
|
-help.path = /$(DESTDIR)@docdir@
|
||
|
+help.path = /$(DESTDIR)@htmldir@
|
||
|
help.files = help/*.html images/status.png images/mail-message-new.png
|
||
|
|
||
|
TEMPLATE = app
|