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