From 2ef6f885d438b6653b2ff24b4b735b8adc7ad3a8 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 8 Oct 2007 07:40:16 +0000 Subject: [PATCH] adjust CMake to controllers removal. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20838 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/frontends/qt4/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/development/cmake/src/frontends/qt4/CMakeLists.txt b/development/cmake/src/frontends/qt4/CMakeLists.txt index 4213496084..a6a5f80cd9 100644 --- a/development/cmake/src/frontends/qt4/CMakeLists.txt +++ b/development/cmake/src/frontends/qt4/CMakeLists.txt @@ -23,7 +23,6 @@ add_definitions(-DQT_GENUINE_STR -DLYX_BUILD_QT4_FRONTEND) include_directories( ${TOP_SRC_DIR}/src/frontends/qt4 - ${TOP_SRC_DIR}/src/frontends/controllers ${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR}) @@ -42,7 +41,7 @@ else() endif() target_link_libraries(frontend_qt4 - ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} controllers) + ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY}) if(WIN32) target_link_libraries(frontend_qt4 Gdi32)