Hi Thiago,
that was the right hint. I had to create the .git dir in every module dir.
I did get the code by using git, but i have a copy script which copies the relevant parts of the qt src code and i ignored the .git directories.
So thank you very much for your help.
Regards,
Gunnar
Gesendet: Dienstag, 24. Februar 2015 um 18:56 Uhr
Von: "Thiago Macieira" <[email protected]>
An: [email protected]
Betreff: Re: [Development] trying to build qt 5.5 git branch. Missing qtbase\include dir and content.
Von: "Thiago Macieira" <[email protected]>
An: [email protected]
Betreff: Re: [Development] trying to build qt 5.5 git branch. Missing qtbase\include dir and content.
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
> 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
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
