]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro
setprop keywords and eol-style on new files
[bacula/bacula] / bacula / src / qt-console / bat.pro
1 ######################################################################
2 # Version $Id$
3 #
4 CONFIG += qt debug
5
6 TEMPLATE = app
7 TARGET = bat
8 DEPENDPATH += .
9 INCLUDEPATH += . ./console ./restore
10 INCLUDEPATH += ..
11 LIBS        += -L../lib
12 LIBS        += -lbac
13 LIBS        += -lssl -lcrypto
14 RESOURCES = main.qrc
15 MOC_DIR = moc
16 OBJECTS_DIR = obj
17
18 # Main window
19 FORMS += main.ui
20 FORMS += label/label.ui
21 FORMS += console/console.ui
22 FORMS += restore/restore.ui restore/prerestore.ui restore/brestore.ui
23 FORMS += run/run.ui
24
25
26 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
27 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
28
29 # Console
30 HEADERS += console/console.h
31 SOURCES += console/authenticate.cpp console/console.cpp
32
33 # Restore
34 HEADERS += restore/restore.h
35 SOURCES += restore/restore.cpp restore/brestore.cpp
36
37 # Label dialog
38 HEADERS += label/label.h
39 SOURCES += label/label.cpp
40
41 # Run dialog
42 HEADERS += run/run.h
43 SOURCES += run/run.cpp