kde4_header and kde4_footer() are gone now
[kdeartwork.git] / styles / phase / config / CMakeLists.txt
blob603c0ff4a95847275d820197198eaf8b7bfc271e
5 ########### next target ###############
7 set(kstyle_phase_config_PART_SRCS phasestyleconfig.cpp )
9 kde4_automoc(${kstyle_phase_config_PART_SRCS})
11 kde4_add_ui_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_KDECORE_LIBS} kdeui )
19 install_targets(${PLUGIN_INSTALL_DIR} kstyle_phase_config )
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