Added info about LINKCORE=yes to readme_gui.txt
This commit is contained in:
parent
6cfb664def
commit
cb306dd1bd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue