trunk
Andreas Pakulat
apaku at gmx.de
Sun Apr 5 17:55:03 UTC 2009
SVN commit 949680 by apaku:
Move the plain Qt4 port of gdb plugin from playground to trunk as it apparently
works quite a bit better than the rewrite.
CCMAIL:kdevelop-devel at kdevelop.org
A KDE/kdevelop/debuggers/gdb (directory) playground/devtools/kdevelop4-extra-plugins/debugger#949679
M +0 -5 KDE/kdevelop/debuggers/gdb/CMakeLists.txt
D playground/devtools/kdevelop4-extra-plugins/debugger (directory)
--- trunk/KDE/kdevelop/debuggers/gdb/CMakeLists.txt #949679:949680
@@ -3,12 +3,7 @@
#remove cpp default area first
add_definitions( -DKDE_DEFAULT_DEBUG_AREA=9012 )
-find_package(KDE4 REQUIRED)
-
-find_package(KDevPlatform REQUIRED)
include_directories(
- ${KDEVPLATFORM_INCLUDE_DIR}
- ${KDE4_INCLUDES}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}
)
More information about the KDevelop-devel
mailing list