You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
425 B

AM_CPPFLAGS = -DQT_NO_CAST_ASCII
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
LDADD = $(LIB_KDECORE)
KDE_CXXFLAGS = -UQT3_SUPPORT
bin_PROGRAMS = kreadconfig kwriteconfig
kreadconfig_SOURCES = kreadconfig.cpp
kwriteconfig_SOURCES = kwriteconfig.cpp
messages:
$(XGETTEXT) $(kreadconfig_SOURCES) -o $(podir)/kreadconfig.pot
$(XGETTEXT) $(kwriteconfig_SOURCES) -o $(podir)/kwriteconfig.pot