From 91446aba108e5ca7bba1865033a48ba0a46d7197 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 21 Jan 2007 01:15:20 +0000 Subject: [PATCH] move the QT3_SUPPORT definitions only where they still need to be svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=625761 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac12253..58da433 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ project(libkdeedu) +add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) + add_subdirectory(kdeeducore) add_subdirectory(kdeeduui) add_subdirectory(kdeeduplot) -- 2.47.3