project(example-1-networking) include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) add_definitions(${QT_DEFINITIONS} ${QDBUS_DEFINITIONS} ${KDE4_DEFINITIONS}) kde4_add_executable(example-1-networking example-1-networking.cpp ) target_link_libraries(example-1-networking ${KDE4_KDEUI_LIBS} ${KDE4_SOLID_LIBS} )