Salome HOME
Add Sphinx documentation
[modules/shaper.git] / CMakeCommon / FindQt.cmake
index 233eddae82073802ddac73428e2c849dbc0bf1c1..389f01f5c1192467e7090180f951e35e5699f3e0 100644 (file)
@@ -1,3 +1,6 @@
+## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10)
 IF(WIN32)
     SET(QT_USE_QTMAIN ON)
 ENDIF()
@@ -6,7 +9,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 +23,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}")