X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Fbat.pro;h=b23aab5a3e842852a7f9afb00c00ab4ea6e3120e;hb=f6569b75e6fc68c391f2c75543283ed7b5d766d4;hp=19efb18cbf65feb03c5a5c40ce3f07cfd5e39560;hpb=b8640e26eec3bea4126f499ac94b2f291d812439;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/bat.pro b/bacula/src/qt-console/bat.pro index 19efb18cbf..b23aab5a3e 100644 --- a/bacula/src/qt-console/bat.pro +++ b/bacula/src/qt-console/bat.pro @@ -11,17 +11,20 @@ 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/brestore.ui +FORMS += restore/restore.ui restore/restore-select.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 @@ -32,3 +35,9 @@ HEADERS += restore/restore.h SOURCES += restore/brestore.cpp # Label dialog +HEADERS += label/label.h +SOURCES += label/label.cpp + +# Run dialog +HEADERS += run/run.h +SOURCES += run/run.cpp