commit d9c5483bff4c23e8a5435f4ec3ef7570af62e5ab
Author: Uwe Stöhr <[email protected]>
Date: Thu Dec 10 01:24:04 2015 +0100
CMakeLists.txt: fix whitespace
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20bf893..7f1c86a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -575,9 +575,9 @@ if(LYX_USE_QT MATCHES "QT5")
qt5_wrap_ui(${ARGN})
endmacro()
message(STATUS "Found Qt-Version ${QTVERSION}")
- if(WIN32)
- set(LYX_QTMAIN_LIBRARY ${Qt5Core_QTMAIN_LIBRARIES})
- endif()
+ if(WIN32)
+ set(LYX_QTMAIN_LIBRARY ${Qt5Core_QTMAIN_LIBRARIES})
+ endif()
endif()
elseif(LYX_USE_QT MATCHES "QT4")
if(LYX_XMINGW)
@@ -593,9 +593,9 @@ elseif(LYX_USE_QT MATCHES "QT4")
macro (qt_wrap_uifiles)
qt4_wrap_ui(${ARGN})
endmacro()
- if(WIN32)
- set(LYX_QTMAIN_LIBRARY ${QT_QTMAIN_LIBRARIES})
- endif()
+ if(WIN32)
+ set(LYX_QTMAIN_LIBRARY ${QT_QTMAIN_LIBRARIES})
+ endif()
else()
message(FATAL_ERROR "Unhandled value for LYX_USE_QT (${LYX_USE_QT})")
endif()
@@ -701,8 +701,8 @@ endif()
if(WIN32)
if(LYX_CONSOLE)
- set(LYX_QTMAIN_LIBRARY)
- else()
+ set(LYX_QTMAIN_LIBRARY)
+ else()
set(WIN32_CONSOLE WIN32)
endif()
if(MSVC)