Ubuntu Pastebin

Paste from me at Mon, 17 Aug 2015 13:26:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/src/plasmarunner/CMakeLists.txt b/src/plasmarunner/CMakeLists.txt
index 32591ef..7a68d09 100644
--- a/src/plasmarunner/CMakeLists.txt
+++ b/src/plasmarunner/CMakeLists.txt
@@ -5,6 +5,7 @@ find_package(ECM QUIET)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
 if(ECM_FOUND)
   include(KDEInstallDirs)
+  include(KDECMakeSettings)
 endif()
 include(FeatureSummary)
 macro_optional_find_package(KF5 QUIET COMPONENTS Config Runner Service I18n)
@@ -12,7 +13,7 @@ macro_optional_find_package(KF5 QUIET COMPONENTS Config Runner Service I18n)
 if (NOT KF5_FOUND)       
   return()
 endif()
-
+  
 set(plasmaRunner_SRCS
   main.cpp
   plasmarunner.cpp
diff --git a/src/plasmarunner/main.cpp b/src/plasmarunner/main.cpp
index 43c30bb..3f60f9f 100644
--- a/src/plasmarunner/main.cpp
+++ b/src/plasmarunner/main.cpp
@@ -17,3 +17,4 @@
 
 K_EXPORT_PLASMA_RUNNER(marble, Marble::PlasmaRunner)
 
+#include "main.moc"
Download as text