- Fix build with KDE 4.2.0 PR: 131552 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
10 lines
330 B
Text
10 lines
330 B
Text
--- ./CMakeLists.txt.orig 2009-02-10 02:03:48.000000000 -0500
|
|
+++ ./CMakeLists.txt 2009-02-10 02:04:02.000000000 -0500
|
|
@@ -6,7 +6,6 @@
|
|
# Find the required Libaries
|
|
find_package(KDE4 REQUIRED)
|
|
include(KDE4Defaults)
|
|
-find_package(Plasma REQUIRED)
|
|
|
|
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
|
include_directories(
|