X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=30d104ade02c08647cfab715461dc4ae839822a5;hb=95c0f25df04b873644ebb440e84c4fe53e11eef9;hp=52132e64e75425ee5aacca6ab640eddddd9b864b;hpb=ecb8960092356e3080fa8a7dfbddd07c71a19cf2;p=cpPlugins.git 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$