]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro
dhb forgot to remove a couple of debugging printf's
[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 mediaedit/mediaedit.ui joblist/joblist.ui
27
28 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
29 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
30
31 # Console
32 HEADERS += console/console.h
33 SOURCES += console/authenticate.cpp console/console.cpp
34
35 # Restore
36 HEADERS += restore/restore.h
37 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
38
39 # Label dialog
40 HEADERS += label/label.h
41 SOURCES += label/label.cpp
42
43 # Run dialog
44 HEADERS += run/run.h
45 SOURCES += run/run.cpp run/runcmd.cpp
46
47 # Select dialog
48 HEADERS += select/select.h
49 SOURCES += select/select.cpp
50
51 ## BatStack 
52 HEADERS += batstack.h
53 SOURCES += batstack.cpp
54
55 ## MediaList
56 HEADERS += medialist/medialist.h
57 SOURCES += medialist/medialist.cpp
58
59 ## MediaEdit
60 HEADERS += mediaedit/mediaedit.h
61 SOURCES += mediaedit/mediaedit.cpp
62
63 ## JobList
64 HEADERS += joblist/joblist.h
65 SOURCES += joblist/joblist.cpp