]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro.in
8007f2fa00838b086fedda893ec1f5ec32251687
[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 FORMS += status/clientstat.ui
48
49 # Main directory
50 HEADERS += mainwin.h bat.h bat_conf.h qstd.h pages.h
51 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp pages.cpp
52
53 # bcomm
54 HEADERS += bcomm/dircomm.h
55 SOURCES += bcomm/dircomm.cpp bcomm/dircomm_auth.cpp
56
57 # Console
58 HEADERS += console/console.h
59 SOURCES += console/authenticate.cpp console/console.cpp
60
61 # Restore
62 HEADERS += restore/restore.h
63 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
64
65 # Label dialog
66 HEADERS += label/label.h
67 SOURCES += label/label.cpp
68
69 # Relabel dialog
70 HEADERS += relabel/relabel.h
71 SOURCES += relabel/relabel.cpp
72
73 # Mount dialog
74 HEADERS += mount/mount.h
75 SOURCES += mount/mount.cpp
76
77 # Run dialog
78 HEADERS += run/run.h
79 SOURCES += run/run.cpp run/runcmd.cpp run/estimate.cpp run/prune.cpp
80
81 # Select dialog
82 HEADERS += select/select.h
83 SOURCES += select/select.cpp
84
85 ## MediaList
86 HEADERS += medialist/medialist.h
87 SOURCES += medialist/medialist.cpp
88
89 ## MediaEdit
90 HEADERS += mediaedit/mediaedit.h
91 SOURCES += mediaedit/mediaedit.cpp
92
93 ## JobList
94 HEADERS += joblist/joblist.h
95 SOURCES += joblist/joblist.cpp
96
97 ## Clients
98 HEADERS += clients/clients.h
99 SOURCES += clients/clients.cpp
100
101 ## Storage
102 HEADERS += storage/storage.h
103 SOURCES += storage/storage.cpp
104
105 ## Fileset
106 HEADERS += fileset/fileset.h
107 SOURCES += fileset/fileset.cpp
108
109 ## Job log
110 HEADERS += joblog/joblog.h
111 SOURCES += joblog/joblog.cpp
112
113 ## Jobs
114 HEADERS += jobs/jobs.h
115 SOURCES += jobs/jobs.cpp
116
117 ## RestoreTree
118 HEADERS += restore/restoretree.h
119 SOURCES += restore/restoretree.cpp
120
121 ## Job Step Graphs
122 HEADERS += jobgraphs/jobplot.h
123 SOURCES += jobgraphs/jobplot.cpp
124
125 # Help dialog
126 HEADERS += help/help.h
127 SOURCES += help/help.cpp
128
129 ## Status Dir
130 HEADERS += status/dirstat.h
131 SOURCES += status/dirstat.cpp
132
133 ## Status Client
134 HEADERS += status/clientstat.h
135 SOURCES += status/clientstat.cpp
136
137 INSTALLS += bins
138 INSTALLS += confs
139
140 QMAKE_EXTRA_TARGETS += depend
141
142 TRANSLATIONS += ts/bat_fr.ts ts/bat_de.ts