1
0
Fork 0
forked from len0rd/rockbox

Add note about translations to MSVC build instructions.

Change-Id: I06ed441801f50a7331d7610beaf6535f6ec0c602
This commit is contained in:
Dominik Riebeling 2014-06-30 17:56:25 +02:00
parent d30c500b96
commit 7de2a364d0

View file

@ -71,6 +71,15 @@ On Windows, run
This will build the DLL files (if missing) and create LIB files from them. This will build the DLL files (if missing) and create LIB files from them.
Create translations
-------------------
Create the translations .qm files. This is only necessary if qmake has been
called without -config dbg (in which case translations will be left out and not
compiled into the binary)
c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\lrelease.exe ..\rbutilqt.pro
Create a VS project file Create a VS project file
------------------------ ------------------------
To create a project file for VS, run To create a project file for VS, run