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

List:       kde-commits
Subject:    branches/KDE/4.6/kdebase/runtime/nepomuk/services/filewatch/test
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2010-12-26 21:42:40
Message-ID: 20101226214240.F1A44AC8AD () svn ! kde ! org
[Download RAW message or body]

SVN commit 1209474 by osterfeld:

backport rev. 1209466:

don't build inotify test for !Linux (same guard as for the actual kinotify)



 M  +2 -0      CMakeLists.txt  


--- branches/KDE/4.6/kdebase/runtime/nepomuk/services/filewatch/test/CMakeLists.txt #1209473:1209474
@@ -2,9 +2,11 @@
 
 set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
 
+if(CMAKE_SYSTEM_NAME MATCHES "Linux")
 set(kinotifytest_SRC kinotifytest.cpp ../kinotify.cpp)
 kde4_add_unit_test(kinotifytest TESTNAME nepomuk-kinotifytest NOGUI ${kinotifytest_SRC})
 target_link_libraries(kinotifytest nepomuk nepomukquery
   ${QT_QTTEST_LIBRARY}
   ${KDE4_KDECORE_LIBS}
 )
+endif(CMAKE_SYSTEM_NAME MATCHES "Linux")
[prev in list] [next in list] [prev in thread] [next in thread] 

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