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