summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt')
-rw-r--r--rbutil/rbutilqt/msvc/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/msvc/README b/rbutil/rbutilqt/msvc/README
index d64be81d1a..eedec271a1 100644
--- a/rbutil/rbutilqt/msvc/README
+++ b/rbutil/rbutilqt/msvc/README
@@ -71,6 +71,15 @@ On Windows, run
71This will build the DLL files (if missing) and create LIB files from them. 71This will build the DLL files (if missing) and create LIB files from them.
72 72
73 73
74Create translations
75-------------------
76Create the translations .qm files. This is only necessary if qmake has been
77called without -config dbg (in which case translations will be left out and not
78compiled into the binary)
79
80 c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\lrelease.exe ..\rbutilqt.pro
81
82
74Create a VS project file 83Create a VS project file
75------------------------ 84------------------------
76To create a project file for VS, run 85To create a project file for VS, run