]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro.in
kes Make bat have 'make install' target.
[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.files = ./bat.conf
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 += 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 # Run dialog
56 HEADERS += run/run.h
57 SOURCES += run/run.cpp run/runcmd.cpp
58
59 # Select dialog
60 HEADERS += select/select.h
61 SOURCES += select/select.cpp
62
63 ## Pages
64 HEADERS += pages.h
65 SOURCES += pages.cpp
66
67 ## MediaList
68 HEADERS += medialist/medialist.h
69 SOURCES += medialist/medialist.cpp
70
71 ## MediaEdit
72 HEADERS += mediaedit/mediaedit.h
73 SOURCES += mediaedit/mediaedit.cpp
74
75 ## JobList
76 HEADERS += joblist/joblist.h
77 SOURCES += joblist/joblist.cpp
78
79 ## Clients
80 HEADERS += clients/clients.h
81 SOURCES += clients/clients.cpp
82
83 ## Storage
84 HEADERS += storage/storage.h
85 SOURCES += storage/storage.cpp
86
87 ## Fileset
88 HEADERS += fileset/fileset.h
89 SOURCES += fileset/fileset.cpp
90
91 INSTALLS += bins
92 INSTALLS += confs