]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/bat.pro.in
I could not get a few files to compile until I opened and saved these
[bacula/bacula] / bacula / src / qt-console / bat.pro.in
index ce99dc83355cdd4c136b9813535d7e559235f031..801169a2880d64be3c959c9041f98f981c694f00 100644 (file)
@@ -14,19 +14,18 @@ bins.files = ./bat
 confs.path = /$(DESTDIR)@sysconfdir@
 confs.commands = ./install_conf_file   
 
-TEMPLATE = app
-TARGET = bat
-DEPENDPATH += .
+TEMPLATE     = app
+TARGET       = bat
+DEPENDPATH  += .
 INCLUDEPATH += .. . ./console ./restore ./select
-INCLUDEPATH += @QWT_INC@
-LIBS        += -L../lib            
-LIBS        += -lbac
-LIBS        += -lssl -lcrypto
+INCLUDEPATH += @QWT_INC@ 
+LIBS        += -L../lib -lbac @OPENSSL_LIBS@
 LIBS        += @QWT_LDFLAGS@ -lqwt
-RESOURCES = main.qrc
-MOC_DIR = moc
-OBJECTS_DIR = obj
-UI_DIR = ui
+
+RESOURCES    = main.qrc
+MOC_DIR      = moc
+OBJECTS_DIR  = obj
+UI_DIR       = ui
 
 # Main window
 FORMS += main.ui 
@@ -44,9 +43,15 @@ FORMS += clients/clients.ui storage/storage.ui fileset/fileset.ui
 FORMS += joblog/joblog.ui jobs/jobs.ui
 FORMS += help/help.ui
 FORMS += jobgraphs/jobplotcontrols.ui
+FORMS += status/dirstat.ui
+
+# Main directory
+HEADERS += mainwin.h bat.h bat_conf.h qstd.h pages.h
+SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp pages.cpp
 
-HEADERS += mainwin.h bat.h bat_conf.h qstd.h
-SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
+# bcomm
+HEADERS += bcomm/dircomm.h
+SOURCES += bcomm/dircomm.cpp bcomm/dircomm_auth.cpp
 
 # Console
 HEADERS += console/console.h
@@ -76,10 +81,6 @@ SOURCES += run/run.cpp run/runcmd.cpp run/estimate.cpp run/prune.cpp
 HEADERS += select/select.h
 SOURCES += select/select.cpp
 
-## Pages
-HEADERS += pages.h
-SOURCES += pages.cpp
-
 ## MediaList
 HEADERS += medialist/medialist.h
 SOURCES += medialist/medialist.cpp
@@ -124,6 +125,10 @@ SOURCES += jobgraphs/jobplot.cpp
 HEADERS += help/help.h
 SOURCES += help/help.cpp
 
+## Status Dir
+HEADERS += status/dirstat.h
+SOURCES += status/dirstat.cpp
+
 INSTALLS += bins
 INSTALLS += confs