|
|
|
@ -6,6 +6,15 @@
|
|
|
|
|
#
|
|
|
|
|
#################################################
|
|
|
|
|
|
|
|
|
|
# required stuff
|
|
|
|
|
find_package( TQt )
|
|
|
|
|
find_package( TDE )
|
|
|
|
|
|
|
|
|
|
tde_setup_architecture_flags( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### check for gcc visibility support #########
|
|
|
|
|
|
|
|
|
|
if( WITH_GCC_VISIBILITY )
|
|
|
|
|
if( NOT UNIX )
|
|
|
|
|
tde_message_fatal( "gcc visibility support was requested, but your system is not *NIX" )
|
|
|
|
@ -16,8 +25,6 @@ if( WITH_GCC_VISIBILITY )
|
|
|
|
|
endif( WITH_GCC_VISIBILITY )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tde_setup_architecture_flags( )
|
|
|
|
|
|
|
|
|
|
#### check for headers
|
|
|
|
|
check_include_file( "unistd.h" HAVE_UNISTD_H )
|
|
|
|
|
check_include_file( "sys/stat.h" HAVE_SYS_STAT_H )
|
|
|
|
@ -55,6 +62,3 @@ check_include_file( "sys/stropts.h" HAVE_SYS_STROPTS_H )
|
|
|
|
|
check_include_file( "sys/time.h" HAVE_SYS_TIME_H )
|
|
|
|
|
check_include_file( "sys/types.h" HAVE_SYS_TYPES_H )
|
|
|
|
|
|
|
|
|
|
# required stuff
|
|
|
|
|
find_package( TQt )
|
|
|
|
|
find_package( TDE )
|
|
|
|
|