Added info about LINKCORE=yes to readme_gui.txt

This commit is contained in:
PKEuS 2012-10-20 19:56:57 +02:00
parent 6cfb664def
commit cb306dd1bd
1 changed files with 2 additions and 0 deletions

View File

@ -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.