<div dir="ltr">Michael:<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 8, 2014 at 7:39 AM, Michael Jackson <span dir="ltr"><<a href="mailto:imikejackson@gmail.com" target="_blank">imikejackson@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">In the past I have provided my developers with a custom build of Qt 4.8.x for their VS version (2010, 2012, 2013) all 64 bit versions. This was done via a combination of a self compile and creating an installer using the Qt Installer Framework. The basics are this:<br>

<br></blockquote><div><br></div><div>We do something similar, though in our case a git checkout of the Qt source, as well as a few sync scripts I built, are checked into a Subversion repository. All of our developers check out from the Subversion repository and then run the sync script, which uses rsync to get the build and install files from our server.</div>
<div><br></div><div>We have both a Qt 4.8.6 and 5.4-dev build built with VS2013 as well as Mac OSX builds and this process works pretty well for us.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
I am using the following to configure through a "Visual Studio 2013 x64 Command Prompt"<br>
configure -opensource -confirm-license -shared -debug-and-release -prefix C:/Developer/x64/Qt-5.3.1-x64 -skip webkit -platform win32-msvc2013<br>
<br></blockquote><div><br></div><div>The config command we use (from the VS2013 x64 command prompt) is:</div>set MACHINE=x64</div><div class="gmail_quote">c:\qtbuild5\qt\configure -confirm-license -make-tool jom -debug-and-release -opensource -gui -widgets -opengl desktop -mp -prefix C:\qtbuild5\install\win64</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">In our case the git checkout of Qt is at C:\qtbuild5\qt.</div><div class="gmail_quote"><br></div><div class="gmail_quote">After configure, I execute:</div><div class="gmail_quote">
jom</div><div class="gmail_quote">jom install</div><div class="gmail_quote"><br></div><div class="gmail_quote">Then I run a script that rsyncs from my build machine to the server to upload the build products to the server. My C:\qtbuild5\install\win64\bin directory contains assistant.exe, designer.exe, etc.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">I've never dealt with creating installers but I'm not sure why you'd need to do anything significantly different for Qt 5 than what you did for Qt 4 unless the installer technology has changed.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Adam</div><br></div></div>