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

List:       kde-commits
Subject:    KDE/kdelibs/solid
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2007-05-01 9:31:56
Message-ID: 1178011916.770870.28554.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 659999 by chehrlic:

the static lib does not compile on win32

 M  +3 -2      CMakeLists.txt  
 M  +2 -0      solid/CMakeLists.txt  


--- trunk/KDE/kdelibs/solid/CMakeLists.txt #659998:659999
@@ -3,5 +3,6 @@
                      ${KDE4_KDECORE_INCLUDES})
 
 add_subdirectory( solid )
-add_subdirectory( tests )
-
+if(NOT WIN32)
+  add_subdirectory( tests )
+endif(NOT WIN32)
--- trunk/KDE/kdelibs/solid/solid/CMakeLists.txt #659998:659999
@@ -106,12 +106,14 @@
 install(TARGETS solid DESTINATION ${LIB_INSTALL_DIR} )
 
 
+if(NOT WIN32)
 ########### static lib for tests  ###############
 
 kde4_add_library(solid_static STATIC ${solid_LIB_SRCS})
 
 target_link_libraries(solid_static ${KDE4_KDECORE_LIBS} ${QT_QTXML_LIBRARY})
 
+endif(NOT WIN32)
 
 ########### install files ###############
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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