X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Fbat.pro;h=b23aab5a3e842852a7f9afb00c00ab4ea6e3120e;hb=f6569b75e6fc68c391f2c75543283ed7b5d766d4;hp=db24cd27ee96f70b3ebc6e08776d8f75675484e3;hpb=7529f19a9c763ecf1799bf18c6dabc82a826eeac;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/bat.pro b/bacula/src/qt-console/bat.pro index db24cd27ee..b23aab5a3e 100644 --- a/bacula/src/qt-console/bat.pro +++ b/bacula/src/qt-console/bat.pro @@ -11,13 +11,16 @@ 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 qstd.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