diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2014-06-30 17:56:25 +0200 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2014-06-30 17:57:24 +0200 |
| commit | 7de2a364d067076958b5120a178f14d2ee0c02b8 (patch) | |
| tree | 3755b9a70f309d01efeee8eb2c2337e58d5f0609 | |
| parent | d30c500b962c5b5c74c4492a7db4171869d6505a (diff) | |
| download | rockbox-7de2a364d067076958b5120a178f14d2ee0c02b8.zip rockbox-7de2a364d067076958b5120a178f14d2ee0c02b8.tar.gz rockbox-7de2a364d067076958b5120a178f14d2ee0c02b8.tar.bz2 rockbox-7de2a364d067076958b5120a178f14d2ee0c02b8.tar.xz | |
Add note about translations to MSVC build instructions.
Change-Id: I06ed441801f50a7331d7610beaf6535f6ec0c602
| -rw-r--r-- | rbutil/rbutilqt/msvc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/msvc/README b/rbutil/rbutilqt/msvc/README index d64be81..eedec27 100644 --- a/rbutil/rbutilqt/msvc/README +++ b/rbutil/rbutilqt/msvc/README @@ -71,6 +71,15 @@ On Windows, run 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 ------------------------ To create a project file for VS, run |