]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/bat.pro
Implement command output lists
[bacula/bacula] / bacula / src / qt-console / bat.pro
1 ######################################################################
2 # Automatically generated by qmake (2.01a) Thu Jan 18 09:40:56 2007
3 ######################################################################
4
5 TEMPLATE = app
6 TARGET = bat
7 DEPENDPATH += .
8 INCLUDEPATH += . ./console ./restore
9 INCLUDEPATH += ..
10 LIBS        += -L../lib
11 LIBS        += -lbac
12 LIBS        += -lssl -lcrypto
13 RESOURCES = main.qrc
14
15 # Main window
16 FORMS += main.ui
17 # Label dialog
18 FORMS += label.ui
19 FORMS += console/console.ui
20 FORMS += restore/brestore.ui
21
22
23 HEADERS += mainwin.h bat.h bat_conf.h qstd.h
24 SOURCES += main.cpp bat_conf.cpp mainwin.cpp qstd.cpp
25
26 # Console
27 HEADERS += console/console.h
28 SOURCES += console/authenticate.cpp console/console.cpp
29
30 # Restore
31 HEADERS += restore/restore.h
32 SOURCES += restore/brestore.cpp
33
34 # Label dialog