$OpenBSD: patch-templates_tests_pluginpointertest_CMakeLists_txt,v 1.2 2015/07/02 00:10:15 zhuk Exp $
--- templates/tests/pluginpointertest/CMakeLists.txt.orig	Fri Sep 19 14:50:36 2014
+++ templates/tests/pluginpointertest/CMakeLists.txt	Tue Jun 30 10:06:56 2015
@@ -18,6 +18,7 @@ if (Grantlee_Qt5_TRANSITIONAL)
 else()
   target_link_libraries(myplugin
     Qt4::QtCore
+    c
   )
 endif()
 
@@ -33,5 +34,6 @@ if (Grantlee_Qt5_TRANSITIONAL)
 else()
   target_link_libraries(main_app
     Qt4::QtCore
+    c
   )
 endif()
