On Tuesday 24 February 2015 07:42:16 Gunnar Roth wrote: > Hello, > i am trying to build qt5.5 from git on windows . i do not want to make a > deveolper build but want to build the code as i normally do. After creating > the configure.exe, configureing and starting the build, qtcore build fails > because it cannot find headers, which normally reside in qtbase\include but > this is completely missing in the git src code. what do i need to do to > create the source code in a form like it is in released tar.gz files?
How did you obtain the source code? If you used git clone, this should not be happening. If you used git archive or downloaded an archive from the web interfaces, then this is the root cause. Create a directory called .git inside qtbase to fool the Qt buildsystem into thinking you have a clone. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
