]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro
Apply Antibes updates
[bacula/bacula] / bacula / src / qt-console / bat.pro
1 ######################################################################
2 # Version $Id$
3 #
4 CONFIG += qt debug
5
6 TEMPLATE = app
7 TARGET = bat
8 DEPENDPATH += .
9 INCLUDEPATH += . ./console ./restore ./select
10 INCLUDEPATH += ..
11 LIBS        += -L../lib
12 LIBS        += -lbac
13 LIBS        += -lssl -lcrypto
14 RESOURCES = main.qrc
15 MOC_DIR = moc
16 OBJECTS_DIR = obj
17 UI_DIR = ui
18
19 # Main window
20 FORMS += main.ui
21 FORMS += label/label.ui
22 FORMS += console/console.ui
23 FORMS += restore/restore.ui restore/prerestore.ui restore/brestore.ui
24 FORMS += run/run.ui run/runcmd.ui
25 FORMS += select/select.ui
26 FORMS += medialist/medialist.ui
27
28
29 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
30 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
31
32 # Console
33 HEADERS += console/console.h
34 SOURCES += console/authenticate.cpp console/console.cpp
35
36 # Restore
37 HEADERS += restore/restore.h
38 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
39
40 # Label dialog
41 HEADERS += label/label.h
42 SOURCES += label/label.cpp
43
44 # Run dialog
45 HEADERS += run/run.h
46 SOURCES += run/run.cpp run/runcmd.cpp
47
48 # Select dialog
49 HEADERS += select/select.h
50 SOURCES += select/select.cpp
51
52 ## Medialist
53 HEADERS += medialist/medialist.h
54 SOURCES += medialist/medialist.cpp