I managed to get Launcher project building. The new project file has been committed in r <>.
Instructions:
- download and extract Qt binaries for VC11 (the latest package as of now download.qt-project.org/official … ffline.exe )
- open the VCMI_global_user property sheet either by property manager or manually edit the props filse/ and set user macro QTDIR to the path of your path of installation of Qt (folder that contains such folders as “bin”, “include” and so on)
- run compilation once. Moc will generate its files but they will not be compiled, so build will fail with linker error.
- run compilation again — this time moc-generated files are present from the start and launcher should be built fine.
Possible issue:
- Qt provides only ANGLE-dependant 32-bit VC11 binaries. ANGLE means it likely won’t work on Windows XP. Building XP-compatible Qt is more than I can handle now, so upcoming dev release will likely won’t support Launcher on WinXP
Please let me know if the new project files work for you.