diff --git a/Applications/Utils/MeshEdit/CMakeLists.txt b/Applications/Utils/MeshEdit/CMakeLists.txt
index 55b3739c4cfdd46f5b723cb628b43e1d425e9b53..58198ca2dc00cb1a5772a241a3fbe2dcf9951b3f 100644
--- a/Applications/Utils/MeshEdit/CMakeLists.txt
+++ b/Applications/Utils/MeshEdit/CMakeLists.txt
@@ -16,14 +16,14 @@ if(QT4_FOUND)
 	ADD_VTK_DEPENDENCY(moveMeshNodes)
 	set_target_properties(moveMeshNodes PROPERTIES FOLDER Utilities)
 
-	add_executable(MapGeometryToMeshSurface
-		MapGeometryToMeshSurface.cpp )
-	target_link_libraries(MapGeometryToMeshSurface FileIO MeshGeoToolsLib)
-	ADD_VTK_DEPENDENCY(MapGeometryToMeshSurface)
-	set_target_properties(MapGeometryToMeshSurface PROPERTIES FOLDER Utilities)
-
 endif() # QT4_FOUND
 
+add_executable(MapGeometryToMeshSurface
+	MapGeometryToMeshSurface.cpp )
+target_link_libraries(MapGeometryToMeshSurface FileIO MeshGeoToolsLib)
+ADD_VTK_DEPENDENCY(MapGeometryToMeshSurface)
+set_target_properties(MapGeometryToMeshSurface PROPERTIES FOLDER Utilities)
+
 add_executable(removeMeshElements removeMeshElements.cpp)
 target_link_libraries(removeMeshElements FileIO)
 ADD_VTK_DEPENDENCY(removeMeshElements)