]> 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 ec236623a99df1bd8ca69c584dd7fb95478bbeda..801169a2880d64be3c959c9041f98f981c694f00 100644 (file)
@@ -1,5 +1,5 @@
 ######################################################################
-# Version $Id: bat.pro 4588 2007-04-22 01:50:10Z bartleyd2 $
+# Version $Id$
 #
 #   !!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 #
@@ -14,19 +14,18 @@ bins.files = ./bat
 confs.path = /$(DESTDIR)@sysconfdir@
 confs.commands = ./install_conf_file   
 
-TEMPLATE = app
-TARGET = bat
-DEPENDPATH += .
-INCLUDEPATH += . ./console ./restore ./select
-INCLUDEPATH += .. ./qwt/include
-LIBS        += -L../lib            
-LIBS        += -lbac
-LIBS        += -lssl -lcrypto
-LIBS        += -L./qwt/lib -lqwt
-RESOURCES = main.qrc
-MOC_DIR = moc
-OBJECTS_DIR = obj
-UI_DIR = ui
+TEMPLATE     = app
+TARGET       = bat
+DEPENDPATH  += .
+INCLUDEPATH += .. . ./console ./restore ./select
+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
 
 # 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