mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
generic: minor cleanup
This commit is contained in:
parent
3ccbf66fe2
commit
53f19c1605
1 changed files with 12 additions and 10 deletions
|
@ -48,7 +48,11 @@ endif(UNIX AND Q_WS_X11)
|
|||
|
||||
#required features:
|
||||
find_package(Perl)
|
||||
set_package_properties(Perl PROPERTIES URL "http://www.perl.org" TYPE REQUIRED PURPOSE "Needed for KIO fileshareset and KDEUI preparetips scripts")
|
||||
set_package_properties(Perl PROPERTIES
|
||||
URL "http://www.perl.org"
|
||||
TYPE REQUIRED
|
||||
PURPOSE "Needed for KIO fileshareset and KDEUI preparetips scripts"
|
||||
)
|
||||
|
||||
find_package(ZLIB)
|
||||
set_package_properties(ZLIB PROPERTIES DESCRIPTION "Support for gzip compressed files and data streams"
|
||||
|
@ -230,9 +234,7 @@ add_subdirectory( kinit )
|
|||
add_subdirectory( threadweaver )
|
||||
add_subdirectory( sonnet )
|
||||
add_subdirectory( interfaces )
|
||||
#if ( NOT CMAKE_CROSSCOMPILING AND QT_QTDESIGNER_FOUND )
|
||||
add_subdirectory( kdewidgets )
|
||||
#endif ( NOT CMAKE_CROSSCOMPILING AND QT_QTDESIGNER_FOUND )
|
||||
add_subdirectory( knotify )
|
||||
add_subdirectory( kimgio )
|
||||
add_subdirectory( dnssd )
|
||||
|
|
Loading…
Add table
Reference in a new issue