Disable avahi-qt3 check under Qt4

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225483 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent dfe8053a72
commit 6273a4300e

@ -713,11 +713,16 @@ endif( WITH_LUA )
##### check for avahi ###########################
if( WITH_AVAHI )
pkg_search_module( AVAHI avahi-qt3 )
if( NOT AVAHI_FOUND )
message(FATAL_ERROR "\navahi support are requested, but not found on your system" )
endif( NOT AVAHI_FOUND )
set( AVAHI_API_0_6 1 )
if( WITH_QT4 )
endif( WITH_QT4 )
if( WITH_QT3 )
pkg_search_module( AVAHI avahi-qt3 )
if( NOT AVAHI_FOUND )
message(FATAL_ERROR "\navahi support are requested, but not found on your system" )
endif( NOT AVAHI_FOUND )
set( AVAHI_API_0_6 1 )
endif( WITH_QT3 )
endif( )
##### check for aspell ##########################

Loading…
Cancel
Save