]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/bat.pro
kes More bat implementation.
[bacula/bacula] / bacula / src / qt-console / bat.pro
index a222cb6cff5ada2e3a5cd9b5688520bbd55299d2..40d4eb1916474df0c034d5f0f6c6d9e1c16be040 100644 (file)
@@ -1,6 +1,7 @@
 ######################################################################
-# Automatically generated by qmake (2.01a) Thu Jan 18 09:40:56 2007
-######################################################################
+# Version $Id$
+#
+CONFIG += qt debug
 
 TEMPLATE = app
 TARGET = bat
@@ -11,12 +12,14 @@ LIBS        += -L../lib
 LIBS        += -lbac
 LIBS        += -lssl -lcrypto
 RESOURCES = main.qrc
+MOC_DIR = moc
+OBJECTS_DIR = obj
 
 # Main window
 FORMS += main.ui
 FORMS += label/label.ui
 FORMS += console/console.ui
-FORMS += restore/brestore.ui
+FORMS += restore/restore.ui restore/prerestore.ui restore/brestore.ui
 FORMS += run/run.ui
 
 
@@ -29,7 +32,7 @@ SOURCES += console/authenticate.cpp console/console.cpp
 
 # Restore
 HEADERS += restore/restore.h
-SOURCES += restore/brestore.cpp
+SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
 
 # Label dialog
 HEADERS += label/label.h
@@ -38,4 +41,3 @@ SOURCES += label/label.cpp
 # Run dialog
 HEADERS += run/run.h
 SOURCES += run/run.cpp
-