Remove debug console and QtScript, which was deprecated with Qt5
[quassel.git] / src / core / CMakeLists.txt
index 230f370..017bccf 100644 (file)
@@ -49,7 +49,6 @@ target_link_libraries(${TARGET}
     PUBLIC
         Qt5::Core
         Qt5::Network
-        Qt5::Script
         Qt5::Sql
         Quassel::Common
 )