<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Angus Leeming schrieb:
<blockquote cite="midd46h2e$5bg$1@sea.gmane.org" type="cite">
  <pre wrap="">Angus Leeming wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I find that invoking qmake in the configure script as
     (cd $outpath/qmake &amp;&amp; qmake -win32 -spec
     ${relpath}/mkspecs/$PLATFORM)
does *not* work.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Rather, it does work, but doesn't do what I want.
$ qmake -win32 -spec ../mkspecs/win32-g++-cross
WARNING: Failure to find: generators\makefile.cpp
WARNING: Failure to find: generators\projectgenerator.cpp
WARNING: Failure to find: generators\mac\metrowerks_xml.cpp
...
WARNING: Failure to find: ..\src\tools\qunicodetables.cpp
WARNING: Failure to find: ..\src\tools\qfile_win.cpp
WARNING: Failure to find: ..\src\tools\qfileinfo_win.cpp
WARNING: Failure to find: ..\src\tools\qdir_win.cpp
WARNING: Failure to find: ..\src\tools\qlibrary_win.cpp
WARNING: Failure to find: ..\src\tools\qsettings_win.cpp

It changes the directory separators to win32 style. I want unix style
directory separators but I want to build the _win.cpp files.
  </pre>
</blockquote>
Ths is caused by qmake, which hardcodes the active win32/unix related
configuration. Please make sure, you are using recent sources from the
QT_WIN32_3_3_BRANCH (at least qmake/project.cpp revision 1.1.1.9 or
&gt;= 1.1.1.12) , it contains a required patch. Hope that helps. <br>
<br>
Regards <br>
Ralf <br>
<br>
<br>
<br>
<br>
</body>
</html>