]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro.in
ad45ffcfd7ab81b1f8a84b5e0ccc64610e559c10
[bacula/bacula] / bacula / src / qt-console / bat.pro.in
1 ######################################################################
2 # Version $Id: bat.pro 4588 2007-04-22 01:50:10Z bartleyd2 $
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 += ..
22 LIBS        += -L../lib
23 LIBS        += -lbac
24 LIBS        += -lssl -lcrypto
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
46 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
47 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
48
49 # Console
50 HEADERS += console/console.h
51 SOURCES += console/authenticate.cpp console/console.cpp
52
53 # Restore
54 HEADERS += restore/restore.h
55 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
56
57 # Label dialog
58 HEADERS += label/label.h
59 SOURCES += label/label.cpp
60
61 # Relabel dialog
62 HEADERS += relabel/relabel.h
63 SOURCES += relabel/relabel.cpp
64
65 # Mount dialog
66 HEADERS += mount/mount.h
67 SOURCES += mount/mount.cpp
68
69 # Run dialog
70 HEADERS += run/run.h
71 SOURCES += run/run.cpp run/runcmd.cpp run/estimate.cpp run/prune.cpp
72
73 # Select dialog
74 HEADERS += select/select.h
75 SOURCES += select/select.cpp
76
77 ## Pages
78 HEADERS += pages.h
79 SOURCES += pages.cpp
80
81 ## MediaList
82 HEADERS += medialist/medialist.h
83 SOURCES += medialist/medialist.cpp
84
85 ## MediaEdit
86 HEADERS += mediaedit/mediaedit.h
87 SOURCES += mediaedit/mediaedit.cpp
88
89 ## JobList
90 HEADERS += joblist/joblist.h
91 SOURCES += joblist/joblist.cpp
92
93 ## Clients
94 HEADERS += clients/clients.h
95 SOURCES += clients/clients.cpp
96
97 ## Storage
98 HEADERS += storage/storage.h
99 SOURCES += storage/storage.cpp
100
101 ## Fileset
102 HEADERS += fileset/fileset.h
103 SOURCES += fileset/fileset.cpp
104
105 ## Job log
106 HEADERS += joblog/joblog.h
107 SOURCES += joblog/joblog.cpp
108
109 ## Jobs
110 HEADERS += jobs/jobs.h
111 SOURCES += jobs/jobs.cpp
112
113 ## RestoreTree
114 HEADERS += restore/restoretree.h
115 SOURCES += restore/restoretree.cpp
116
117
118 # Help dialog
119 HEADERS += help/help.h
120 SOURCES += help/help.cpp
121
122 INSTALLS += bins
123 INSTALLS += confs
124
125 QMAKE_EXTRA_TARGETS += depend