mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
make the newly added kcontrol files conditional as they were - only for non-WINCE
This commit is contained in:
parent
8b8cf26e2c
commit
8b9a557072
1 changed files with 13 additions and 9 deletions
|
@ -35,15 +35,19 @@ add_subdirectory( desktoptheme )
|
|||
add_subdirectory( standard_actions )
|
||||
add_subdirectory( keys )
|
||||
add_subdirectory( workspaceoptions )
|
||||
add_subdirectory( icons )
|
||||
add_subdirectory( locale )
|
||||
add_subdirectory( kded )
|
||||
add_subdirectory( knotify )
|
||||
add_subdirectory( componentchooser )
|
||||
add_subdirectory( menus )
|
||||
add_subdirectory( dnssd )
|
||||
add_subdirectory( emoticons )
|
||||
add_subdirectory( spellchecking )
|
||||
|
||||
if ( NOT WINCE )
|
||||
add_subdirectory( icons )
|
||||
add_subdirectory( locale )
|
||||
add_subdirectory( kded )
|
||||
add_subdirectory( knotify )
|
||||
add_subdirectory( componentchooser )
|
||||
add_subdirectory( menus )
|
||||
add_subdirectory( dnssd )
|
||||
add_subdirectory( emoticons )
|
||||
add_subdirectory( spellchecking )
|
||||
endif ( NOT WINCE )
|
||||
|
||||
|
||||
# TODO needs porting
|
||||
#add_subdirectory( smartcard )
|
||||
|
|
Loading…
Add table
Reference in a new issue