]> git.lyx.org Git - features.git/commitdiff
adjust CMake to controllers removal.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 8 Oct 2007 07:40:16 +0000 (07:40 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 8 Oct 2007 07:40:16 +0000 (07:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20838 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/frontends/qt4/CMakeLists.txt

index 42134960849f5f62a7c07c3ee389a75a39e67746..a6a5f80cd9c0035f78e3addfc08585d2fb2c52e2 100644 (file)
@@ -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)