From: Leonardo Flórez-Valencia Date: Wed, 8 Feb 2017 19:37:33 +0000 (-0500) Subject: ... X-Git-Tag: v0.1~14 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff_plain;h=95c0f25df04b873644ebb440e84c4fe53e11eef9 ... --- 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$