You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8120135-install-on-windows?utm_campaign=plugin&utm_content=tracker%2F1788388&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1788388&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
I've managed to enable build on windows creating msvc sln instead of creating makefile, using qmake
qmake -spec win32-msvc2013
qmake -tp vc -r
Still couple of problems,
Need to modify string format of QUICK_TEST_SOURCE_DIR in vc project property to avoid compilation error
Need to copy QT assemblies and Material.Extra modules into build directory
After applying those, I could run test harness successfully.
I've tried to add changes in qmake definition for above adjustment, but yet not able to succeed due to lacks of knowledge regarding qmake. Anyone can give insight would be appreciated.
Makefile generated by qmake seems not working correctly under msvc configuration. Install Qt-mingw along with mingw, then set qt environment via qtenv2.bat (5.4) under mingw target binary of Qt, try make again. If 'syntax error: unexpected end of file' still occurs, it is possible due to shell installation other than cmd such as cygwin - explicitly setting shell like
I have got such error after make step:
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8120135-install-on-windows?utm_campaign=plugin&utm_content=tracker%2F1788388&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1788388&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: