diff --git a/Doc/misc.docu b/Doc/misc.docu
index 8db037e0..6c4257b0 100644
--- a/Doc/misc.docu
+++ b/Doc/misc.docu
@@ -70,9 +70,7 @@ Install the following external libraries / frameworks if you want to use the inc
\section build_systems Chosing build system
-%OpenMesh can be built either using cmake or qmake (that already comes along
-with the qt framework) . We strongly recommend use of the cmake build system.
-
+%OpenMesh can be built using the cmake build system.
@@ -108,21 +106,6 @@ There are some additional targets:
-\subsection linux_using_qmake Compiling OpenMesh using QMake
-
-In order to compile OpenMesh, enter following commands in OpenMesh's root directory:
-
-qmake ## Generates the appropriate Makefiles
-make ## Builds the project (use 'make debug' to build debug version)
-
-Make sure to use Qt version 4 (some linux distributions
-use the link \c qmake-qt4 against the executable).
-
-
-
-
-
-
\section sec_compiling_windows Windows
\subsection windows_using_cmake Compiling OpenMesh using CMake
@@ -146,26 +129,6 @@ Install the OpenGL Extension Wrangler Library (GLEW) from Trolltech.
-(Note: This is not mandatory since there are already VS2008 solution files included in OpenMesh).
-Install the OpenGL Extension Wrangler Library (GLEW) from http://glew.sourceforge.net.
-
-
-Open \c OpenMesh\qmake\packages\packages.Windows in a text editor and change the include and library paths
-for GLEW and GLUT such that they match the installed ones (see comments to find the right path entries).
-