diff --git a/Doc/misc.docu b/Doc/misc.docu
index 83624f1f..d1c20a9d 100644
--- a/Doc/misc.docu
+++ b/Doc/misc.docu
@@ -87,7 +87,7 @@ Open \c OpenMesh\qmake\packages\packages.Windows in a text editor and change the
for GLEW and GLUT such that they match the installed ones (see comments to find the right path entries).
- In Microsoft Visual Studio 2008 open Tools->Visual Studio command prompt
-- Go to the folder of your application and call \c C:\\qt4\\bin\\qmake.exe
+- Go to the folder of your application and call \c C:\\qt4\\bin\\qmake.exe -r
- Open the resulting visual studio solution ( *.sln )
- Choose which build target to use ( Debug/Release )
- Choose \c Build \c solution from the build menu
@@ -110,7 +110,7 @@ the right paths are specified in \c OpenMesh/qmake/packages/packages.Darwin )
In order to compile and install OpenMesh, open a Terminal window and enter following commands in OpenMesh's root directory:
-qmake -macx ## Generates the appropriate Makefiles
+qmake -spec macx-g++ ## Generates the appropriate Makefiles
make release ## Builds the project (use 'make debug' to build debug version)