]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro.in
1076b65f5773707a7747a13fe2b58f491ce9a116
[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 += run/run.ui run/runcmd.ui
39 FORMS += select/select.ui
40 FORMS += medialist/medialist.ui mediaedit/mediaedit.ui joblist/joblist.ui
41 FORMS += clients/clients.ui storage/storage.ui fileset/fileset.ui
42 FORMS += joblog/joblog.ui
43
44 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
45 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
46
47 # Console
48 HEADERS += console/console.h
49 SOURCES += console/authenticate.cpp console/console.cpp
50
51 # Restore
52 HEADERS += restore/restore.h
53 SOURCES += restore/prerestore.cpp restore/restore.cpp restore/brestore.cpp
54
55 # Label dialog
56 HEADERS += label/label.h
57 SOURCES += label/label.cpp
58
59 # Relabel dialog
60 HEADERS += relabel/relabel.h
61 SOURCES += relabel/relabel.cpp
62
63 # Mount dialog
64 HEADERS += mount/mount.h
65 SOURCES += mount/mount.cpp
66
67 # Run dialog
68 HEADERS += run/run.h
69 SOURCES += run/run.cpp run/runcmd.cpp
70
71 # Select dialog
72 HEADERS += select/select.h
73 SOURCES += select/select.cpp
74
75 ## Pages
76 HEADERS += pages.h
77 SOURCES += pages.cpp
78
79 ## MediaList
80 HEADERS += medialist/medialist.h
81 SOURCES += medialist/medialist.cpp
82
83 ## MediaEdit
84 HEADERS += mediaedit/mediaedit.h
85 SOURCES += mediaedit/mediaedit.cpp
86
87 ## JobList
88 HEADERS += joblist/joblist.h
89 SOURCES += joblist/joblist.cpp
90
91 ## Clients
92 HEADERS += clients/clients.h
93 SOURCES += clients/clients.cpp
94
95 ## Storage
96 HEADERS += storage/storage.h
97 SOURCES += storage/storage.cpp
98
99 ## Fileset
100 HEADERS += fileset/fileset.h
101 SOURCES += fileset/fileset.cpp
102
103 ## Job log
104 HEADERS += joblog/joblog.h
105 SOURCES += joblog/joblog.cpp
106
107 INSTALLS += bins
108 INSTALLS += confs
109
110 QMAKE_EXTRA_TARGETS += depend