summaryrefslogtreecommitdiffstats
path: root/parts/documentation/plugins/qt/Makefile.am
blob: a25419e7fa7fa98e10ed00fadc947d4a73b2b068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \
	-I$(top_srcdir)/parts/documentation/interfaces $(all_includes)

METASOURCES = AUTO

kde_module_LTLIBRARIES =  libdocqtplugin.la

noinst_HEADERS = docqtplugin.h
kde_services_DATA =  docqtplugin.desktop

libdocqtplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
libdocqtplugin_la_SOURCES = docqtplugin.cpp
libdocqtplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \
	$(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la