diff options
| author | Pino Toscano <[email protected]> | 2007-04-04 14:47:36 +0000 |
|---|---|---|
| committer | Pino Toscano <[email protected]> | 2007-04-04 14:47:36 +0000 |
| commit | 52c3d5a2228d6496a5d08f4637984e9cf3c9a9f7 (patch) | |
| tree | 2256769834486c1fd256f697df55b46b64d6f3b7 /src | |
| parent | 0c0f0d8f72c4d77d6bc4a668b56226489522e03d (diff) | |
move the QT3_SUPPORT definition only where it's needed
svn path=/trunk/KDE/kdebase/apps/; revision=650430
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 34006f3f4..9e7a5d6c1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,8 @@ add_subdirectory( servicemenus ) include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) +add_definitions (-DQT3_SUPPORT) + ########### next target ############### set(dolphinprivate_LIB_SRCS |
