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.
21 lines
535 B
21 lines
535 B
bin_PROGRAMS = ksig
|
|
|
|
ksig_SOURCES = siggenerator.cpp siglistview.cpp siglistviewitem.cpp ksig.cpp \
|
|
standardtextbase.ui standardtext.cpp main.cpp
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
KDE_ICON = AUTO
|
|
|
|
ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
ksig_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
rcdir = $(kde_datadir)/ksig
|
|
rc_DATA = ksigui.rc
|
|
|
|
xdg_apps_DATA = ksig.desktop
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/ksig.pot
|