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