fix c&p error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17515 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-03-22 23:22:10 +00:00
parent df55785b5a
commit e5a34fb503

View File

@ -38,7 +38,7 @@ if(MERGE_FILES AND MSVC)
add_library(frontend_qt4 STATIC ${CMAKE_CURRENT_BINARY_DIR}/frontends_qt4_allinone.C ${frontends_qt4_headers} ${ui_files})
else(MERGE_FILES AND MSVC)
add_library(frontend_qt4 STATIC ${frontends_qt4_sources} ${frontends_qt4_headers} ${ui_files})
else(MERGE_FILES AND MSVC)
endif(MERGE_FILES AND MSVC)
target_link_libraries(frontend_qt4 ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} controllers)