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.
22 lines
821 B
22 lines
821 B
include $(top_srcdir)/kexi/Makefile.global
|
|
|
|
INCLUDES = -I$(top_srcdir)/kexi/formeditor -I$(top_srcdir)/kexi/core $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
# KFormDesigner KDevelop plugin
|
|
kde_module_LTLIBRARIES = libkformdesigner_kdev_part.la
|
|
|
|
libkformdesigner_kdev_part_la_SOURCES = kfd_kdev_part.cpp
|
|
libkformdesigner_kdev_part_la_LDFLAGS = -module $(KDE_PLUGIN) $(VER_INFO) $(all_libraries)
|
|
libkformdesigner_kdev_part_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la \
|
|
-lkinterfacedesigner $(LIB_TDEFILE)
|
|
|
|
# this is where the desktop file will go
|
|
partdesktopdir = $(kde_servicesdir)
|
|
partdesktop_DATA = kformdesigner_kdev_part.desktop
|
|
|
|
# this is where the part's XML-GUI resource file goes
|
|
partrcdir = $(kde_datadir)/kformdesigner_kdev_part
|
|
partrc_DATA = kformdesigner_part.rc kformdesigner_part_shell.rc
|
|
|