[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkdev-custom-buildsystem=5D_/=3A_Update_to_build_wit?=
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2011-01-31 23:57:47
Message-ID: 20110131235747.D032EA609B () git ! kde ! org
[Download RAW message or body]

Git commit 0854d26b50206f17ee5fe31a4c40ea2c29d13d37 by Andreas Pakulat.
Pushed by apaku into branch 'master'.

Update to build with kdevplatform master.

Just version number changes necessary for now.

M  +5    -5    CMakeLists.txt     
M  +1    -1    kdevcustombuildsystem.desktop     

http://commits.kde.org/kdev-custom-buildsystem/0854d26b50206f17ee5fe31a4c40ea2c29d13d37


diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1e5dcf9..34b2042 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,13 +5,13 @@ set(KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" \
FORCE )  find_package(KDE4 4.5.0 REQUIRED)
 include(KDE4Defaults)
 include(MacroLibrary)
-find_package(KDevPlatform 1.1.60 REQUIRED)
+find_package(KDevPlatform 1.2.60 REQUIRED)
 
-if(KDevPlatform_VERSION VERSION_GREATER 1.2.59)
-    MESSAGE(FATAL_ERROR "This version of the plugin doesn't work with KDevPlatform \
                1.3, version 1.2 is required")
-endif(KDevPlatform_VERSION VERSION_GREATER 1.2.59)
+if(KDevPlatform_VERSION VERSION_GREATER 1.3.59)
+    MESSAGE(FATAL_ERROR "This version of the plugin doesn't work with KDevPlatform \
1.4, version 1.3 is required") +endif(KDevPlatform_VERSION VERSION_GREATER 1.3.59)
 
-set(CUSTOM_BUILDSYSTEM_VERSION 1.0.60)
+set(CUSTOM_BUILDSYSTEM_VERSION 1.1.60)
 
 include_directories( ${KDE4_INCLUDES} ${KDEVPLATFORM_INCLUDE_DIR})
 
diff --git a/kdevcustombuildsystem.desktop b/kdevcustombuildsystem.desktop
index 860b0a7..6fae7c8 100644
--- a/kdevcustombuildsystem.desktop
+++ b/kdevcustombuildsystem.desktop
@@ -25,7 +25,7 @@ Icon=gear
 ServiceTypes=KDevelop/Plugin
 X-KDE-Library=kdevcustombuildsystem
 X-KDE-PluginInfo-Name=KDevCustomBuildSystem
-X-KDevelop-Version=11
+X-KDevelop-Version=12
 X-KDevelop-Category=Project
 X-KDevelop-Interfaces=org.kdevelop.IProjectBuilder,org.kdevelop.IProjectFileManager,org.kdevelop.IBuildSystemManager
  X-KDevelop-IRequired=org.kdevelop.IOutputView,org.kdevelop.IGenericProjectManager


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic