From bc9ccacd2cc3098c705cfb9c1d471363e9f26093 Mon Sep 17 00:00:00 2001 From: Alexander Laties Date: Mon, 25 Apr 2016 13:58:09 -0400 Subject: [PATCH] Add tip when cmake does not generate x64 builds on windows --- Common-Issues.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Common-Issues.md b/Common-Issues.md index d735373..220c69b 100644 --- a/Common-Issues.md +++ b/Common-Issues.md @@ -7,4 +7,6 @@ * Also, make sure platforms/qwindows.dll in the application directory. If not there you will find it in C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms by default. Just copy it. ![8](http://i.imgur.com/foNxdm9.png?1) -* QT 5.3 is known to fail in Windows building citra. Install QT 5.3.1 or greater for the result. \ No newline at end of file +* QT 5.3 is known to fail in Windows building citra. Install QT 5.3.1 or greater for the result. + +* If CMake keeps making Win32 builds, you may need to manually specify `CMAKE_GENERATOR_PLATFORM` with a string value of `x64` when configuring. \ No newline at end of file