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

List:       kde-commits
Subject:    KDE/kdevelop/lib
From:       Michaƫl Larouche <larouche () kde ! org>
Date:       2007-06-02 20:37:26
Message-ID: 1180816646.513731.12655.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670884 by mlarouche:

Install kdevast.h and fixes export. Help to compile Ruby plugin outside kdevelop module

 M  +4 -1      CMakeLists.txt  
 M  +2 -2      kdevast.h  
 M  +2 -2      kdevcodemodel.h  


--- trunk/KDE/kdevelop/lib/CMakeLists.txt #670883:670884
@@ -8,4 +8,7 @@
 add_subdirectory(plugins)
 add_subdirectory(util)
 
-#install(FILES kdevexport.h DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/)
+# Needed by external plugins like Ruby and Python
+install(FILES
+  kdevast.h
+DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/)
--- trunk/KDE/kdevelop/lib/kdevast.h #670883:670884
@@ -22,14 +22,14 @@
 
 #include <kurl.h>
 
-#include "kdevexport.h"
+#include "languageexport.h"
 
 namespace KDevelop
 {
 class LanguageSupport;
 
 /** KDevelop::AST is a simple base struct for the various Abstract Syntax Trees of the parsers. */
-struct KDEVPLATFORM_EXPORT AST
+struct KDEVPLATFORMLANGUAGE_EXPORT AST
 {
 public:
     /// Language support part which generated the AST
--- trunk/KDE/kdevelop/lib/kdevcodemodel.h #670883:670884
@@ -40,7 +40,7 @@
 class CodeItem;
 class CodeModel;
 
-class KDEVPLATFORM_EXPORT CodeItem: public ItemCollection, public KTextEditor::SmartRangeWatcher
+class KDEVPLATFORMLANGUAGE_EXPORT CodeItem: public ItemCollection, public KTextEditor::SmartRangeWatcher
 {
 public:
     explicit CodeItem( const QString &name, ItemGroup *parent = 0 );
@@ -126,7 +126,7 @@
     KTextEditor::SmartRange* m_definition;
 };
 
-class KDEVPLATFORM_EXPORT CodeModel: public ItemModel
+class KDEVPLATFORMLANGUAGE_EXPORT CodeModel: public ItemModel
 {
     Q_OBJECT
 public:
[prev in list] [next in list] [prev in thread] [next in thread] 

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