|
|
|
@ -205,7 +205,6 @@ include( config.tests/unix/ipv6/ConfigureChecks.cmake ) # test: IPv6 net
|
|
|
|
|
|
|
|
|
|
###### global compiler settings
|
|
|
|
|
|
|
|
|
|
add_definitions( -DHAVE_CONFIG_H )
|
|
|
|
|
|
|
|
|
|
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" )
|
|
|
|
|
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" )
|
|
|
|
@ -225,7 +224,6 @@ tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
|
|
|
|
|
|
|
|
|
|
##### write configure files
|
|
|
|
|
|
|
|
|
|
configure_file( config.h.cmake config.h @ONLY )
|
|
|
|
|
configure_file( src/tools/qconfig.cpp.cmake src/tools/qconfig.cpp @ONLY )
|
|
|
|
|
configure_file( include/ntqconfig.h.cmake include/ntqconfig.h @ONLY )
|
|
|
|
|
configure_file( include/ntqmodules.h.cmake include/ntqmodules.h @ONLY )
|
|
|
|
|