1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

does not need DQT3_SUPPORT

svn path=/trunk/KDE/kdenetwork/krfb/; revision=656478
This commit is contained in:
Urs Wolfer
2007-04-21 14:06:31 +00:00
parent 949e814f55
commit ed0efd6c64

View File

@@ -1,14 +1,11 @@
project(krfb)
check_symbol_exists(rfbInitServer "rfb/rfb.h" HAVE_LIBVNCSERVER)
macro_bool_to_01(X11_Xdamage_FOUND HAVE_XDAMAGE)
macro_bool_to_01(X11_XShm_FOUND HAVE_XSHM)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-krfb.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-krfb.h )
include_directories(${CMAKE_CURRENT_BINARY_DIR}) # for config-krfb.h
add_definitions ( -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
#add_subdirectory(kinetd)
#add_subdirectory(kcm_krfb)
if (HAVE_LIBVNCSERVER)