]> 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 c00fd46211fc854ebe079d3b5466934f949a7b37..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
@@ -22,8 +24,8 @@ LIBS        += -L../lib -lbaccfg -lbac @OPENSSL_LIBS@
 LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
 LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
 QMAKE_LINK   = $${LIBTOOL_LINK} $(CXX)
-QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} $(COPY_PROGRAM)
-QMAKE_CLEAN += .libs/bat 
+QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} install -m 0754 -p
+QMAKE_CLEAN += .libs/* bat
 
 qwt {
   INCLUDEPATH += @QWT_INC@ 
@@ -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