[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs
From:       Ilie Halip <lupuroshu () gmail ! com>
Date:       2010-05-05 21:57:22
Message-ID: 20100505220141.E61B5AC8AC () svn ! kde ! org
[Download RAW message or body]

SVN commit 1123356 by ihalip:

fixed building plasma on windows (kshareddatacache was missing a non-posix \
implementation); patch provided by SEngels

CCMAIL: mpyne@kde.org

 M  +2 -0      kdecore/CMakeLists.txt  
 A             kdecore/util/kshareddatacache_win.cpp   [License: LGPL (v2)]
 M  +1 -4      kdeui/CMakeLists.txt  


--- trunk/KDE/kdelibs/kdecore/CMakeLists.txt #1123355:1123356
@@ -305,6 +305,8 @@
 
 if(NOT WIN32)
 set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache.cpp)
+else(NOT WIN32)
+    set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache_win.cpp)
 endif(NOT WIN32)
 
 if (NOT Q_WS_X11 AND NOT Q_WS_QWS)
--- trunk/KDE/kdelibs/kdeui/CMakeLists.txt #1123355:1123356
@@ -174,6 +174,7 @@
  util/kcrash.cpp
  util/kcursor.cpp
  util/kguiitem.cpp
+ util/kimagecache.cpp
  util/kkeyserver.cpp
  util/kmanagerselection.cpp
  util/kmodifierkeyinfo.cpp
@@ -259,10 +260,6 @@
  xmlgui/kxmlguiversionhandler.cpp
 )
 
-if(NOT WIN32)
-    set(kdeui_LIB_SRCS ${kdeui_LIB_SRCS} util/kimagecache.cpp)
-endif(NOT WIN32)
-
 if (Q_WS_X11)
     set(kdeui_LIB_SRCS ${kdeui_LIB_SRCS} util/kkeyserver_x11.cpp
                                          dialogs/kcupsoptionswidget_p.cpp


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic