From: Pino Toscano Date: Sun, 21 Jan 2007 11:33:47 +0000 (+0000) Subject: move the QT3_SUPPORT definitions where they really need to be X-Git-Tag: v3.80.3~79 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=424efbeebfa0f8ce2b27e2c7cc207c69f32357a4;p=libqmvoc.git move the QT3_SUPPORT definitions where they really need to be svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=625841 --- 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 ###############