]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro.in
Only use the svg files for the generation of the png files.
[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            
23 LIBS        += -lbac
24 LIBS        += -lssl -lcrypto
25 LIBS        += @QWT_LDFLAGS@ -lqwt
26 RESOURCES = main.qrc
27 MOC_DIR = moc
28 OBJECTS_DIR = obj
29 UI_DIR = ui
30
31 # Main window
32 FORMS += main.ui 
33 FORMS += prefs.ui
34 FORMS += label/label.ui 
35 FORMS += relabel/relabel.ui 
36 FORMS += mount/mount.ui
37 FORMS += console/console.ui
38 FORMS += restore/restore.ui restore/prerestore.ui restore/brestore.ui
39 FORMS += restore/restoretree.ui
40 FORMS += run/run.ui run/runcmd.ui run/estimate.ui run/prune.ui
41 FORMS += select/select.ui
42 FORMS += medialist/medialist.ui mediaedit/mediaedit.ui joblist/joblist.ui
43 FORMS += clients/clients.ui storage/storage.ui fileset/fileset.ui
44 FORMS += joblog/joblog.ui jobs/jobs.ui
45 FORMS += help/help.ui
46 FORMS += jobgraphs/jobplotcontrols.ui
47
48 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
49 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
50
51 # Console
52 HEADERS += console/console.h
53 SOURCES += console/authenticate.cpp console/console.cpp
54
55 # Restore
56 HEADERS += restore/restore.h
57 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
58
59 # Label dialog
60 HEADERS += label/label.h
61 SOURCES += label/label.cpp
62
63 # Relabel dialog
64 HEADERS += relabel/relabel.h
65 SOURCES += relabel/relabel.cpp
66
67 # Mount dialog
68 HEADERS += mount/mount.h
69 SOURCES += mount/mount.cpp
70
71 # Run dialog
72 HEADERS += run/run.h
73 SOURCES += run/run.cpp run/runcmd.cpp run/estimate.cpp run/prune.cpp
74
75 # Select dialog
76 HEADERS += select/select.h
77 SOURCES += select/select.cpp
78
79 ## Pages
80 HEADERS += pages.h
81 SOURCES += pages.cpp
82
83 ## MediaList
84 HEADERS += medialist/medialist.h
85 SOURCES += medialist/medialist.cpp
86
87 ## MediaEdit
88 HEADERS += mediaedit/mediaedit.h
89 SOURCES += mediaedit/mediaedit.cpp
90
91 ## JobList
92 HEADERS += joblist/joblist.h
93 SOURCES += joblist/joblist.cpp
94
95 ## Clients
96 HEADERS += clients/clients.h
97 SOURCES += clients/clients.cpp
98
99 ## Storage
100 HEADERS += storage/storage.h
101 SOURCES += storage/storage.cpp
102
103 ## Fileset
104 HEADERS += fileset/fileset.h
105 SOURCES += fileset/fileset.cpp
106
107 ## Job log
108 HEADERS += joblog/joblog.h
109 SOURCES += joblog/joblog.cpp
110
111 ## Jobs
112 HEADERS += jobs/jobs.h
113 SOURCES += jobs/jobs.cpp
114
115 ## RestoreTree
116 HEADERS += restore/restoretree.h
117 SOURCES += restore/restoretree.cpp
118
119 ## Job Step Graphs
120 HEADERS += jobgraphs/jobplot.h
121 SOURCES += jobgraphs/jobplot.cpp
122
123 # Help dialog
124 HEADERS += help/help.h
125 SOURCES += help/help.cpp
126
127 INSTALLS += bins
128 INSTALLS += confs
129
130 QMAKE_EXTRA_TARGETS += depend