]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/README
Add qt-console configuration
[bacula/bacula] / bacula / src / qt-console / README
1
2 At the current time, the contents of this directory are under
3 development.  If you want to help, please contact Kern directly.
4 If you want to build it, you need Qt4 loaded and setup as your
5 default Qt or with the appropriate Qt Environment variables set.
6
7 To build the qt-console, you simply enter:
8
9   qmake 
10   make
11     
12 then to execute it
13
14   ./qt-console
15
16 The qmake command needs to be entered only if you add a new file, in
17 which case, you should edit qt-console.pro and add the new filename
18 in the appropriate place.  In running qmake, it will build a new 
19 Makefile, and there after, you simply use "make".
20
21