X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=9af8c50aec1cd2f37204cdb620d8e6a09b0d4502;hp=11e40819106577dcbc30f073036ee62baf19d682;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=b583497e5b3a8eb868c6b811b146ebe74033dc99 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 11e40819..9af8c50a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,7 +43,7 @@ if(WANT_CORE) COMPILE_FLAGS "-DQT_NETWORK_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DBUILD_CORE" OUTPUT_NAME ../quasselcore) target_link_libraries(quasselcore mod_core mod_common - ${QUASSEL_QT_LIBRARIES} ${QUASSEL_KDE_LIBRARIES} ${QUASSEL_SSL_LIBRARIES}) + ${QUASSEL_QT_LIBRARIES} ${QUASSEL_SSL_LIBRARIES}) install(TARGETS quasselcore RUNTIME DESTINATION ${BIN_INSTALL_DIR}) endif(WANT_CORE)