]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/bat.pro
kes Apply fix from for building wx-console on the Mac from
[bacula/bacula] / bacula / src / qt-console / bat.pro
index a4daac13840255c6549c1651ee62a8cf3a19b2c2..40d4eb1916474df0c034d5f0f6c6d9e1c16be040 100644 (file)
@@ -1,28 +1,43 @@
 ######################################################################
-# Automatically generated by qmake (2.01a) Thu Jan 18 09:40:56 2007
-######################################################################
+# Version $Id$
+#
+CONFIG += qt debug
 
 TEMPLATE = app
 TARGET = bat
 DEPENDPATH += .
-INCLUDEPATH += . ./console
+INCLUDEPATH += . ./console ./restore
 INCLUDEPATH += ..
 LIBS        += -L../lib
 LIBS        += -lbac
 LIBS        += -lssl -lcrypto
 RESOURCES = main.qrc
+MOC_DIR = moc
+OBJECTS_DIR = obj
 
 # Main window
 FORMS += main.ui
-# Label dialog
-FORMS += label.ui
+FORMS += label/label.ui
+FORMS += console/console.ui
+FORMS += restore/restore.ui restore/prerestore.ui restore/brestore.ui
+FORMS += run/run.ui
 
 
-HEADERS += mainwin.h bat.h bat_conf.h 
-SOURCES += main.cpp bat_conf.cpp mainwin.cpp 
+HEADERS += mainwin.h bat.h bat_conf.h qstd.h
+SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
 
 # Console
 HEADERS += console/console.h
 SOURCES += console/authenticate.cpp console/console.cpp
 
+# Restore
+HEADERS += restore/restore.h
+SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
+
 # Label dialog
+HEADERS += label/label.h
+SOURCES += label/label.cpp
+
+# Run dialog
+HEADERS += run/run.h
+SOURCES += run/run.cpp