]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro.in
Changes to add a status dir page. Still need to add some context sensitive
[bacula/bacula] / bacula / src / qt-console / bat.pro.in
1 ######################################################################
2 # Version $Id$
3 #
4 #   !!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5 #
6 #      Edit only bat.pro.in  -- bat.pro is built by the ./configure program
7 #
8 #   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9 #    
10 CONFIG += qt debug
11
12 bins.path = /$(DESTDIR)@sbindir@
13 bins.files = ./bat
14 confs.path = /$(DESTDIR)@sysconfdir@
15 confs.commands = ./install_conf_file   
16
17 TEMPLATE     = app
18 TARGET       = bat
19 DEPENDPATH  += .
20 INCLUDEPATH += .. . ./console ./restore ./select
21 INCLUDEPATH += @QWT_INC@ 
22 LIBS        += -L../lib -lbac @OPENSSL_LIBS@
23 LIBS        += @QWT_LDFLAGS@ -lqwt
24
25 RESOURCES    = main.qrc
26 MOC_DIR      = moc
27 OBJECTS_DIR  = obj
28 UI_DIR       = ui
29
30 # Main window
31 FORMS += main.ui 
32 FORMS += prefs.ui
33 FORMS += label/label.ui 
34 FORMS += relabel/relabel.ui 
35 FORMS += mount/mount.ui
36 FORMS += console/console.ui
37 FORMS += restore/restore.ui restore/prerestore.ui restore/brestore.ui
38 FORMS += restore/restoretree.ui
39 FORMS += run/run.ui run/runcmd.ui run/estimate.ui run/prune.ui
40 FORMS += select/select.ui
41 FORMS += medialist/medialist.ui mediaedit/mediaedit.ui joblist/joblist.ui
42 FORMS += clients/clients.ui storage/storage.ui fileset/fileset.ui
43 FORMS += joblog/joblog.ui jobs/jobs.ui
44 FORMS += help/help.ui
45 FORMS += jobgraphs/jobplotcontrols.ui
46 FORMS += status/dirstat.ui
47
48 # Main directory
49 HEADERS += mainwin.h bat.h bat_conf.h qstd.h pages.h
50 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp pages.cpp
51
52 # bcomm
53 HEADERS += bcomm/dircomm.h
54 SOURCES += bcomm/dircomm.cpp bcomm/dircomm_auth.cpp
55
56 # Console
57 HEADERS += console/console.h
58 SOURCES += console/authenticate.cpp console/console.cpp
59
60 # Restore
61 HEADERS += restore/restore.h
62 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
63
64 # Label dialog
65 HEADERS += label/label.h
66 SOURCES += label/label.cpp
67
68 # Relabel dialog
69 HEADERS += relabel/relabel.h
70 SOURCES += relabel/relabel.cpp
71
72 # Mount dialog
73 HEADERS += mount/mount.h
74 SOURCES += mount/mount.cpp
75
76 # Run dialog
77 HEADERS += run/run.h
78 SOURCES += run/run.cpp run/runcmd.cpp run/estimate.cpp run/prune.cpp
79
80 # Select dialog
81 HEADERS += select/select.h
82 SOURCES += select/select.cpp
83
84 ## MediaList
85 HEADERS += medialist/medialist.h
86 SOURCES += medialist/medialist.cpp
87
88 ## MediaEdit
89 HEADERS += mediaedit/mediaedit.h
90 SOURCES += mediaedit/mediaedit.cpp
91
92 ## JobList
93 HEADERS += joblist/joblist.h
94 SOURCES += joblist/joblist.cpp
95
96 ## Clients
97 HEADERS += clients/clients.h
98 SOURCES += clients/clients.cpp
99
100 ## Storage
101 HEADERS += storage/storage.h
102 SOURCES += storage/storage.cpp
103
104 ## Fileset
105 HEADERS += fileset/fileset.h
106 SOURCES += fileset/fileset.cpp
107
108 ## Job log
109 HEADERS += joblog/joblog.h
110 SOURCES += joblog/joblog.cpp
111
112 ## Jobs
113 HEADERS += jobs/jobs.h
114 SOURCES += jobs/jobs.cpp
115
116 ## RestoreTree
117 HEADERS += restore/restoretree.h
118 SOURCES += restore/restoretree.cpp
119
120 ## Job Step Graphs
121 HEADERS += jobgraphs/jobplot.h
122 SOURCES += jobgraphs/jobplot.cpp
123
124 # Help dialog
125 HEADERS += help/help.h
126 SOURCES += help/help.cpp
127
128 ## Status Dir
129 HEADERS += status/dirstat.h
130 SOURCES += status/dirstat.cpp
131
132 INSTALLS += bins
133 INSTALLS += confs
134
135 QMAKE_EXTRA_TARGETS += depend