22 lines
745 B
Diff
22 lines
745 B
Diff
diff -Naur bacula-9.0.6.old/src/qt-console/bat.pro.in bacula-9.0.6/src/qt-console/bat.pro.in
|
|
--- bacula-9.0.6.old/src/qt-console/bat.pro.in 2017-12-07 15:44:44.737173178 +0100
|
|
+++ bacula-9.0.6/src/qt-console/bat.pro.in 2017-12-07 15:44:55.118366334 +0100
|
|
@@ -6,7 +6,7 @@
|
|
#
|
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
#
|
|
-CONFIG += qt debug @QWT@
|
|
+CONFIG += qt release @QWT@
|
|
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
@@ -15,7 +15,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
|
|
|
|
datarootdir = @datarootdir@
|