16 lines
580 B
Diff
16 lines
580 B
Diff
|
Index: extra/kipi-plugins/gpssync/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- extra/kipi-plugins/gpssync/CMakeLists.txt.orig
|
||
|
+++ extra/kipi-plugins/gpssync/CMakeLists.txt
|
||
|
@@ -33,10 +33,8 @@ SET(kipiplugin_gpssync_PART_SRCS
|
||
|
|
||
|
IF(KDE4_BUILD_TESTS)
|
||
|
INCLUDE_DIRECTORIES(BEFORE "${CMAKE_CURRENT_SOURCE_DIR}/borrowed")
|
||
|
- ADD_DEFINITIONS(-DGPSSYNC_MODELTEST)
|
||
|
SET(kipiplugin_gpssync_PART_SRCS
|
||
|
${kipiplugin_gpssync_PART_SRCS}
|
||
|
- ${CMAKE_CURRENT_SOURCE_DIR}/borrowed/modeltest.cpp
|
||
|
)
|
||
|
ENDIF(KDE4_BUILD_TESTS)
|
||
|
|