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.
38 lines
988 B
38 lines
988 B
kde_services_DATA = chalktoolstar.desktop
|
|
|
|
# all_includes must remain last!
|
|
INCLUDES = -I$(srcdir)/../../../sdk \
|
|
-I$(srcdir)/../../../core \
|
|
-I$(srcdir)/../../../chalkcolor/ \
|
|
-I$(srcdir)/../../../ui \
|
|
-I$/../../../ui \
|
|
$(KOFFICE_INCLUDES) \
|
|
$(all_includes)
|
|
|
|
chalktoolstar_la_SOURCES = \
|
|
wdg_tool_star.ui \
|
|
tool_star.cc \
|
|
kis_tool_star.cc
|
|
|
|
# Install this plugin in the KDE modules directory
|
|
kde_module_LTLIBRARIES = chalktoolstar.la
|
|
|
|
noinst_HEADERS = \
|
|
tool_star.h \
|
|
kis_tool_star.h
|
|
|
|
chalktoolstar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -L../../../../chalk/chalkcolor/.libs -lchalkcolor -L../../../../chalk/core/.libs -lchalkimage \
|
|
-L../../../../chalk/ui/.libs -lchalkui
|
|
chalktoolstar_la_LIBADD = ../../../libchalkcommon.la
|
|
|
|
chalktoolstar_la_METASOURCES = AUTO
|
|
|
|
KDE_OPTIONS = nofinal
|
|
|
|
chalkpics_DATA = \
|
|
tool_star.png \
|
|
tool_star_cursor.png
|
|
|
|
chalkpicsdir = $(kde_datadir)/chalk/pics
|
|
|