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