]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro.in
Set keyword replacement on 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 += restore/restoretreerun.ui
41 FORMS += run/run.ui run/runcmd.ui run/estimate.ui run/prune.ui
42 FORMS += select/select.ui
43 FORMS += medialist/medialist.ui mediaedit/mediaedit.ui joblist/joblist.ui
44 FORMS += clients/clients.ui storage/storage.ui fileset/fileset.ui
45 FORMS += joblog/joblog.ui jobs/jobs.ui
46 FORMS += help/help.ui
47 FORMS += jobgraphs/jobplotcontrols.ui
48
49 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
50 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
51
52 # Console
53 HEADERS += console/console.h
54 SOURCES += console/authenticate.cpp console/console.cpp
55
56 # Restore
57 HEADERS += restore/restore.h
58 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
59
60 # Label dialog
61 HEADERS += label/label.h
62 SOURCES += label/label.cpp
63
64 # Relabel dialog
65 HEADERS += relabel/relabel.h
66 SOURCES += relabel/relabel.cpp
67
68 # Mount dialog
69 HEADERS += mount/mount.h
70 SOURCES += mount/mount.cpp
71
72 # Run dialog
73 HEADERS += run/run.h
74 SOURCES += run/run.cpp run/runcmd.cpp run/estimate.cpp run/prune.cpp
75
76 # Select dialog
77 HEADERS += select/select.h
78 SOURCES += select/select.cpp
79
80 ## Pages
81 HEADERS += pages.h
82 SOURCES += pages.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 HEADERS += restore/restoretreerun.h
120 SOURCES += restore/restoretreerun.cpp
121
122 ## Job Step Graphs
123 HEADERS += jobgraphs/jobplot.h
124 SOURCES += jobgraphs/jobplot.cpp
125
126 # Help dialog
127 HEADERS += help/help.h
128 SOURCES += help/help.cpp
129
130 INSTALLS += bins
131 INSTALLS += confs
132
133 QMAKE_EXTRA_TARGETS += depend