X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=bf5213eaed81aa4501e01df94f8bdbee9f43b951;hb=b41426f0faaee22357b16793efc0f741b039bc41;hp=ca17af7b0df516653a9f23d27089cd7350db3cb3;hpb=2fed0327528e671e32cc7151cb65ebd769c053e6;p=cpPlugins.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ca17af7..bf5213e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -42,7 +42,10 @@ SUBDIRS(cpInstances) IF(USE_QT4) CompileLibFromDir(cpBaseQtApplication SHARED cpBaseQtApplication) - TARGET_LINK_LIBRARIES(cpBaseQtApplication ${QT_LIBRARIES} cpPlugins) + TARGET_LINK_LIBRARIES( + cpBaseQtApplication + ${QT_LIBRARIES} cpExtensions cpPlugins + ) ENDIF(USE_QT4) ## eof - $RCSfile$