Necessary to change KDE4_AUTOMOC macro to support
[kdeartwork.git] / styles / phase / config / CMakeLists.txt
blobee6a40ad46bcc57e74740e8f57445ffc27f59210
5 ########### next target ###############
7 set(kstyle_phase_config_PART_SRCS phasestyleconfig.cpp )
9 kde4_automoc(kstyle_phase_config ${kstyle_phase_config_PART_SRCS})
11 kde4_add_ui3_files(kstyle_phase_config_PART_SRCS styledialog.ui )
13 kde4_add_plugin(kstyle_phase_config ${kstyle_phase_config_PART_SRCS})
15 kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kstyle_phase_config )
17 target_link_libraries(kstyle_phase_config  ${KDE4_KDEUI_LIBS} )
19 install(TARGETS kstyle_phase_config  DESTINATION ${PLUGIN_INSTALL_DIR} )
22 ########### install files ###############
28 #original Makefile.am contents follow:
30 #INCLUDES = $(all_includes)
32 #noinst_HEADERS = phasestyleconfig.h
34 #kde_module_LTLIBRARIES = kstyle_phase_config.la
35 #kstyle_phase_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
36 #kstyle_phase_config_la_LIBADD  = $(LIB_KDEUI)
37 #kstyle_phase_config_la_SOURCES = phasestyleconfig.cpp styledialog.ui
38 #kstyle_phase_config_la_METASOURCES = AUTO
40 #messages: rc.cpp
41 #       $(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_phase_config.pot