From: Pino Toscano Date: Sun, 21 Jan 2007 01:15:20 +0000 (+0000) Subject: move the QT3_SUPPORT definitions only where they still need to be X-Git-Tag: v3.80.3~81 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=91446aba108e5ca7bba1865033a48ba0a46d7197;p=libqmvoc.git move the QT3_SUPPORT definitions only where they still need to be svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=625761 --- 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)