From 95c0f25df04b873644ebb440e84c4fe53e11eef9 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Leonardo=20Fl=C3=B3rez-Valencia?= <florez-l@javeriana.edu.co>
Date: Wed, 8 Feb 2017 14:37:33 -0500
Subject: [PATCH] ...

---
 lib/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 52132e6..30d104a 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -64,10 +64,12 @@ ENDIF(BUILD_QT4_COMPONENTS)
 
 IF(BUILD_QT4_COMPONENTS)
   cpPlugins_BuildLibrary(cpBaseQtApplication SHARED cpBaseQtApplication)
+  cpPlugins_BuildLibrary(cp_QCustomPlot SHARED QCustomPlot)
   TARGET_LINK_LIBRARIES(
     cpBaseQtApplication
     cpExtensions cpPlugins
     )
+  TARGET_LINK_LIBRARIES(cp_QCustomPlot ${QT_LIBRARIES})
 ENDIF(BUILD_QT4_COMPONENTS)
 
 ## eof - $RCSfile$
-- 
2.49.0