X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2FCMakeLists.txt;h=5afab31974f71b496e97d27c7f766fb1d22f9998;hb=a4251618e99c35f727c526f8480055d5a9c5e41f;hp=3d135d9e56f7e9590fe3f848ecc218b464445c43;hpb=d650a89ba2410eea2b6b9a9be4644a7847d16d48;p=quassel.git diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index 3d135d9e..5afab319 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -86,9 +86,7 @@ endif(HAVE_KDE) qt4_wrap_cpp(MOC ${MOC_HDRS}) include_directories(${CMAKE_SOURCE_DIR}/src/common - ${CMAKE_SOURCE_DIR}/src/client - ${CMAKE_SOURCE_DIR}/src/qtui - ${CMAKE_SOURCE_DIR}/src/uisupport) + ${CMAKE_SOURCE_DIR}/src/client) add_library(mod_uisupport STATIC ${SOURCES} ${MOC} ${HEADERS}) add_dependencies(mod_uisupport mod_common mod_client)