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

List:       kde-commits
Subject:    KDE/kdebase/apps
From:       Benjamin Long <bflong () longbros ! com>
Date:       2007-06-10 4:53:18
Message-ID: 1181451198.014238.1867.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 673385 by bflong:

This is all it took to get kdebase to build on qtopia core, though it still doesn't \
*work*. Cleaned it up and made it a bit easier to understand too. Konsole, nsplugins \
and kdepasswd do not build, so don't even try. If we ever have any Qtopia specific \
progs in kdebase, we can add an 'if ( Q_WS_QWS )' section. 

 M  +9 -4      CMakeLists.txt  


--- trunk/KDE/kdebase/apps/CMakeLists.txt #673384:673385
@@ -3,13 +3,18 @@
 add_subdirectory( kdialog )
 add_subdirectory( keditbookmarks )
 add_subdirectory( konqueror )
-if(NOT WIN32)
+add_subdirectory( kfind )
+add_subdirectory( kappfinder )
+
+if ( Q_WS_MAC )
   add_subdirectory( konsole )
   add_subdirectory( kdepasswd )
-endif(NOT WIN32)
+endif ( Q_WS_MAC )
+
 if ( Q_WS_X11 )
   add_subdirectory( nsplugins )
+  add_subdirectory( konsole )
+  add_subdirectory( kdepasswd )
 endif ( Q_WS_X11 )
 
-add_subdirectory( kfind )
-add_subdirectory( kappfinder )
+


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

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