Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / CMakeCommon / FindQt.cmake
index 233eddae82073802ddac73428e2c849dbc0bf1c1..77376576553c712a1ebec373436938388e82abd3 100644 (file)
@@ -1,3 +1,4 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10)
 IF(WIN32)
     SET(QT_USE_QTMAIN ON)
 ENDIF()
@@ -6,7 +7,7 @@ ENDIF()
 FIND_PACKAGE(Qt4 REQUIRED)
 
 IF(NOT QT4_FOUND)
-       MESSAGE(FATAL_ERROR "Qt not found. ")
+    MESSAGE(FATAL_ERROR "Qt not found.")
 ENDIF()
 
 INCLUDE(${QT_USE_FILE})
@@ -20,4 +21,4 @@ ADD_DEFINITIONS(${QT_DEFINITIONS})
 
 # Executables fail to build with Qt 5 in the default configuration
 # without -fPIE. We add that here.
-#SET(CMAKE_CXX_FLAGS "${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}")
\ No newline at end of file
+#SET(CMAKE_CXX_FLAGS "${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}")