Is there a reason to use qmake?

I use scons with qt creator. It works perfect!

(you have to override the make settings in qt creator)

Dave

On 08-03-10 16:52, Dan McMillan wrote:
Okay I've done something stupid I'm sure here, but when I tried to build the package with qmake (actually was using the qt creator to do it rather than command line) I'm getting an error that makes me think I haven't configured something properly.

In file included from src\action.cpp:27:

..\../gui/src/HydrogenApp.h:26:20: error: config.h: No such file or directory


The offending line in action.cpp is:

#include <gui/src/HydrogenApp.h>


and the problem line in HydrogenApp.h is:

#include "config.h"


which means the compile can't find good ole config.h, which is bizarre considering QT was installed with Mingw so there shouldn't be an issue there. Unless of course the header file is missing from the install or something.


I'll try to figure out what I did, but any insights would be helpful.

thx
Daniel
--
======================
Got a bug in your system?
Who're you gonna call?
Nerdtekkie!
======================


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev


_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to