]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/bat.pro.in
kes Reduce bconsole help to fit in 80 columns
[bacula/bacula] / bacula / src / qt-console / bat.pro.in
index 00c80d58b4c52bfb3ef8719657ff6f55492dc91b..046bbad51e6d5b34704dae89b042d681225042a3 100644 (file)
@@ -13,6 +13,8 @@ bins.path = /$(DESTDIR)@sbindir@
 bins.files = ./bat
 confs.path = /$(DESTDIR)@sysconfdir@
 confs.commands = ./install_conf_file   
+help.path = /$(DESTDIR)@htmldir@
+help.files = help/*.html images/status.png images/mail-message-new.png
 
 TEMPLATE     = app
 TARGET       = bat
@@ -67,7 +69,7 @@ SOURCES += bcomm/dircomm.cpp bcomm/dircomm_auth.cpp
 
 # Console
 HEADERS += console/console.h
-SOURCES += console/authenticate.cpp console/console.cpp
+SOURCES += console/console.cpp
 
 # Restore
 HEADERS += restore/restore.h
@@ -155,8 +157,9 @@ SOURCES += status/storstat.cpp
 HEADERS += util/fmtwidgetitem.h util/comboutil.h
 SOURCES += util/fmtwidgetitem.cpp util/comboutil.cpp
 
-INSTALLS += bins
+INSTALLS = bins
 INSTALLS += confs
+INSTALLS += help
 
 QMAKE_EXTRA_TARGETS += depend