]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
Revert "Fix bug with wrong baseline calculation in last paragraph"
[lyx.git] / src / CMakeLists.txt
index fdd33e790d55ddbdf0384bc9734a98faa4c064cf..31b5bfd32f68a6ee24fdaadaf2c97eff389c481c 100644 (file)
@@ -119,21 +119,21 @@ add_dependencies(${_lyx} lyx_version)
 
 set_target_properties(${_lyx} PROPERTIES FOLDER "applications/LyX")
 
-qt_use_modules(${_lyx} Core Gui)
-
 lyx_add_gcc_pch(${_lyx})
 
 target_link_libraries(${_lyx}
        mathed
        insets
        frontends
-       frontend_qt4
+       frontend_qt
        graphics
        support
        ${ICONV_LIBRARY}
        ${QT_QTMAIN_LIBRARY}
        ${vld_dll})
 
+qt_use_modules(${_lyx} Core Gui)
+
 lyx_target_link_libraries(${_lyx} HUNSPELL ASPELL ENCHANT Magic)
 
 if(APPLE)