kde5-framework

This commit is contained in:
Rmys
2025-01-24 23:51:13 +03:00
parent ab66af0ba6
commit 0ba6aebf4b
14 changed files with 1042 additions and 2 deletions
@@ -0,0 +1,17 @@
--- a/CMakeLists.txt 2014-09-09 02:40:08.000000000 +0300
+++ b/CMakeLists.txt 2014-09-22 17:47:14.215639453 +0300
@@ -6,13 +6,6 @@
set(REQUIRED_QT_VERSION 5.2.0)
-# We don't build in-source
-if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
- message (
- FATAL_ERROR
- "kactivities5 require an out of source build. Please create a separate build directory and run 'cmake path_to_plasma [options]' there."
- )
-endif ()
# Extra CMake stuff
find_package (ECM 1.2.0 REQUIRED NO_MODULE)