CMakeLists.txt: fix whitespace

This commit is contained in:
Uwe Stöhr 2015-12-10 01:24:04 +01:00
parent 219b5645c2
commit d9c5483bff

View File

@ -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)