From cb306dd1bdecb9cc5de74974f721d3db48d6aaf8 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Sat, 20 Oct 2012 19:56:57 +0200 Subject: [PATCH] Added info about LINKCORE=yes to readme_gui.txt --- readme_gui.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme_gui.txt b/readme_gui.txt index 6cc850f36..75f7061fb 100644 --- a/readme_gui.txt +++ b/readme_gui.txt @@ -36,6 +36,8 @@ After you have needed libraries and tools installed, open command prompt/console, go to gui directory and run command: - qmake (in Linux and in Windows if build with MinGW/gcc or nmake) - qmake -tp vc (to generate Visual Studio project file) +- qmake -tp vc LINKCORE=yes (to generate Visual Studio project file, linking + dynamically to core. Recommended for VS10) On Windows, you have to either call qtvars.bat in Qt folder or use the Qt command line prompt shortcut added in the start menu by Qt installation.