$OpenBSD: patch-services_filewatch_test_CMakeLists_txt,v 1.1 2013/12/08 19:13:33 zhuk Exp $
Fix linking.
--- services/filewatch/test/CMakeLists.txt.orig	Tue Nov  5 18:55:51 2013
+++ services/filewatch/test/CMakeLists.txt	Tue Nov  5 19:01:30 2013
@@ -6,14 +6,14 @@ 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 nepomukcore
-    ${QT_QTTEST_LIBRARY}
     ${KDE4_KDECORE_LIBS}
+    ${QT_QTTEST_LIBRARY}
   )
 endif(CMAKE_SYSTEM_NAME MATCHES "Linux")
 
 set(activefilequeuetest_SRC activefilequeuetest.cpp ../activefilequeue.cpp)
 kde4_add_unit_test(activefilequeuetest TESTNAME nepomuk-activefilequeuetest NOGUI ${activefilequeuetest_SRC})
 target_link_libraries(activefilequeuetest
-  ${QT_QTTEST_LIBRARY}
   ${KDE4_KDECORE_LIBS}
+  ${QT_QTTEST_LIBRARY}
 )
