From: Allen Winter Date: Sun, 11 Mar 2007 20:01:38 +0000 (+0000) Subject: use libs variables. X-Git-Tag: v3.90.1~34 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=8c16d6cfd9b541af101226b2d5bbed00f26b3bbe;p=libqmvoc.git use libs variables. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=641556 --- diff --git a/kdeeduplot/CMakeLists.txt b/kdeeduplot/CMakeLists.txt index 7961607..45673b5 100644 --- a/kdeeduplot/CMakeLists.txt +++ b/kdeeduplot/CMakeLists.txt @@ -26,7 +26,7 @@ if (COMPILE_WITH_QT4_ONLY) ) # build the kdeeduplot library - add_library(kdeeduplot SHARED ${kdeeduplot_LIB_SRCS}) + kde4_add_library(kdeeduplot SHARED ${kdeeduplot_LIB_SRCS}) # link Qt4 libraries so that users of the kdeeduplot lib do # not have to worry about these dependencies