If you did the ./configure with --enable-bat, it should have created a
project file called bat.pro.  This file is generated from make Makefiles
in the base bacula directory.  It generates this using bat.pro.in.
Judging from qmake not recognizing what to do, I'd guess there is no
bat.pro in the qt-console directory.  Is that the case??

I know I have to edit bat.pro.in then do make Makefiles every time the
project file needs to be modified.

Dirk

On Wed, 2007-08-08 at 10:35 -0400, Dan Langille wrote:
> Either I need education or the README does.  :)
> 
> I'm trying to build Bat [on FreeBSD].  I have qwt 4.2.0 and qmake 
> 1.0.7a installed.
> 
> README says to do this:
> 
>   qmake
>   make
> 
> When I run qmake:
> 
> [EMAIL PROTECTED]:~/src/bacula-server-devel/work/bacula-2.1.28/src/qt-
> console] $ qmake -v
> Qmake version: 1.07a (Qt 3.3.6)
> Qmake is free software from Trolltech AS.
> [EMAIL PROTECTED]:~/src/bacula-server-devel/work/bacula-2.1.28/src/qt-
> console] $ qmake
> Usage: qmake [mode] [options] [files]
> 
>    QMake has two modes, one mode for generating project files based 
> on
> some heuristics, and the other for generating makefiles. Normally you
> shouldn't need to specify a mode, as makefile generation is the 
> default
> mode for qmake, but you may use this to test qmake on an existing 
> project
> 
> Mode:
>         -project       Put qmake into project file generation mode
>                        In this mode qmake interprets files as files 
> to
>                        be built,
>                        defaults to *.c; *.ui; *.y; *.l; *.ts; *.h; 
> *.hpp; *.hh; *.H; *.hxx; *.cpp; *.cc; *.cxx; *.C
>         -makefile      Put qmake into makefile generation mode 
> (default)
>                        In this mode qmake interprets files as project 
> files to
>                        be processed, if skipped qmake will try to 
> find a project
>                        file in your current working directory
> 
> 
> I tried qmake -project and it created qt-console.pro
> 
> No Makefile was created.
> 
> What have I missed?
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to