diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index ce92731a..d78e05db 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,6 +9,11 @@ # ################################################# +# required stuff +tde_setup_architecture_flags( ) +find_package( TQt ) +find_package( TDE ) + ##### check for gcc visibility support ######### # FIXME # This should check for [T]Qt3 visibility support @@ -27,10 +32,6 @@ if( BUILD_KOPETE OR BUILD_KPPP ) check_include_file( string.h HAVE_STRING_H ) endif( ) -# required stuff -find_package( TQt ) -find_package( TDE ) - if( WITH_SLP ) check_library_exists( slp "SLPOpen" "" HAVE_SLP ) if( HAVE_SLP ) |