[Development] Help! configure won't configure on Windows

Thiago Macieira thiago.macieira at intel.com
Mon Sep 19 18:05:31 CEST 2016


On segunda-feira, 19 de setembro de 2016 08:42:58 PDT Thiago Macieira wrote:
> On segunda-feira, 19 de setembro de 2016 17:03:04 PDT Oswald Buddenhagen
> 
> wrote:
> > you can hack the project file to not create a super cache and not do the
> > configuration step. this may actually work for non-prefix builds.
> 
> Will do.
> 
> Do not expect any buildsystem contribution from me from this point forward.
> 
> Or in any other modules besides qtbase.

diff --git i/qt.pro w/qt.pro
index 1915fc2..87db477 100644
--- i/qt.pro
+++ w/qt.pro
@@ -1,5 +1,5 @@
 # Create the super cache so modules will add themselves to it.
-cache(, super)
+
 
 TEMPLATE      = subdirs
 
@@ -94,4 +94,4 @@ for (mod, modules) {
     SUBDIRS += $$mod
 }
 
-load(qt_configure)
+


-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list