dolphin/kdialog/CMakeLists.txt
Thiago Macieira d3b0cceb39 Remove all kde4_add_dcop_stubs and kde4_add_dcop_skels.
Remaining errors consist only of #include not found (dcopclient.h, dcopref.h, kdatastream.h and kdirnotify_stub.h)

svn path=/trunk/KDE/kdebase/nsplugins/; revision=548395
2006-06-05 13:17:43 +00:00

43 lines
782 B
CMake

########### next target ###############
set(kdialog_SRCS
kdialog.cpp
widgets.cpp
klistboxdialog.cpp
progressdialog.cpp )
kde4_automoc(${kdialog_SRCS})
kde4_add_executable(kdialog ${kdialog_SRCS})
target_link_libraries(kdialog ${KDE4_KIO_LIBS} )
install(TARGETS kdialog DESTINATION bin)
########### install files ###############
#original Makefile.am contents follow:
#KDE_CXXFLAGS = -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST
#INCLUDES = $(all_includes)
#
#bin_PROGRAMS = kdialog
#
#kdialog_SOURCES = kdialog.cpp widgets.cpp klistboxdialog.cpp progressdialog.cpp progressdialogiface.skel
#kdialog_LDADD = $(LIB_KIO)
#kdialog_LDFLAGS = $(all_libraries) $(KDE_RPATH)
#
#METASOURCES = AUTO
#
#messages:
# $(XGETTEXT) *.cpp -o $(podir)/kdialog.pot