From 424efbeebfa0f8ce2b27e2c7cc207c69f32357a4 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 21 Jan 2007 11:33:47 +0000 Subject: [PATCH] move the QT3_SUPPORT definitions where they really need to be svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=625841 --- CMakeLists.txt | 2 -- extdate/CMakeLists.txt | 1 + kdeeducore/CMakeLists.txt | 1 + kdeeduui/CMakeLists.txt | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58da433..ac12253 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ project(libkdeedu) -add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) - add_subdirectory(kdeeducore) add_subdirectory(kdeeduui) add_subdirectory(kdeeduplot) diff --git a/extdate/CMakeLists.txt b/extdate/CMakeLists.txt index 17fcc03..4758e20 100644 --- a/extdate/CMakeLists.txt +++ b/extdate/CMakeLists.txt @@ -1,6 +1,7 @@ add_subdirectory( tests ) +add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) diff --git a/kdeeducore/CMakeLists.txt b/kdeeducore/CMakeLists.txt index cb535b6..d6d1ce4 100644 --- a/kdeeducore/CMakeLists.txt +++ b/kdeeducore/CMakeLists.txt @@ -1,4 +1,5 @@ +add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) ########### next target ############### diff --git a/kdeeduui/CMakeLists.txt b/kdeeduui/CMakeLists.txt index c0c2028..9821ed9 100644 --- a/kdeeduui/CMakeLists.txt +++ b/kdeeduui/CMakeLists.txt @@ -1,6 +1,7 @@ #add_subdirectory(tests) +add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) ########### next target ############### -- 2.47.3