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