From 8c16d6cfd9b541af101226b2d5bbed00f26b3bbe Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 11 Mar 2007 20:01:38 +0000 Subject: [PATCH] use libs variables. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=641556 --- kdeeduplot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3