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

List:       kde-commits
Subject:    playground/devtools/kdevelop4-extra-plugins/python
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-01-31 22:39:56
Message-ID: 1201819196.381952.29727.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 769247 by apaku:

I'm tired of always seeing the python failure in kdesvn-build.
Disable everything thats not ported yet to the new ast.


 M  +13 -13    CMakeLists.txt  


--- trunk/playground/devtools/kdevelop4-extra-plugins/python/CMakeLists.txt #769246:769247
@@ -38,7 +38,7 @@
 
 
 add_subdirectory(parser)
-add_subdirectory(duchain)
+#add_subdirectory(duchain)
 
 set(kdevpythonlanguagesupport_PART_SRCS
     pythonlanguagesupport.cpp
@@ -46,20 +46,20 @@
     pythonhighlighting.cpp
 )
 
-kde4_add_plugin(kdevpythonlanguagesupport ${kdevpythonlanguagesupport_PART_SRCS})
+#kde4_add_plugin(kdevpythonlanguagesupport ${kdevpythonlanguagesupport_PART_SRCS})
 
-target_link_libraries(kdevpythonlanguagesupport
-    ${KDE4_KDEUI_LIBS}
-    ${KDEVPLATFORM_INTERFACES_LIBRARY}
-    ${KDEVPLATFORM_LANGUAGE_LIBRARY}
-    ${KDE4_THREADWEAVER_LIBRARIES}
-    ${KDEVPLATFORM_EDITOR_LIBRARY}
-    ${KDE4_KTEXTEDITOR_LIBS}
-    kdev4pythonparser
-    kdev4pythonduchain
-)
+#target_link_libraries(kdevpythonlanguagesupport
+#    ${KDE4_KDEUI_LIBS}
+#    ${KDEVPLATFORM_INTERFACES_LIBRARY}
+#    ${KDEVPLATFORM_LANGUAGE_LIBRARY}
+#    ${KDE4_THREADWEAVER_LIBRARIES}
+#    ${KDEVPLATFORM_EDITOR_LIBRARY}
+#    ${KDE4_KTEXTEDITOR_LIBS}
+#    kdev4pythonparser
+#    kdev4pythonduchain
+#)
 
-install(TARGETS kdevpythonlanguagesupport DESTINATION ${PLUGIN_INSTALL_DIR})
+#install(TARGETS kdevpythonlanguagesupport DESTINATION ${PLUGIN_INSTALL_DIR})
 
 install(FILES kdevpythonsupport.desktop DESTINATION ${SERVICES_INSTALL_DIR})
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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