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.
19 lines
524 B
19 lines
524 B
# set the include path for X, qt and KDE
|
|
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kfile_kbarcode.la
|
|
|
|
kfile_kbarcode_la_SOURCES = kfile_kbarcode.cpp
|
|
kfile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) $(all_libraries)
|
|
kfile_kbarcode_la_LIBADD = $(LIB_KSYCOCA) $(LIB_TDECORE)
|
|
|
|
# let automoc handle all of the meta source files (moc)
|
|
METASOURCES = AUTO
|
|
|
|
# messages: rc.cpp
|
|
# $(XGETTEXT) *.cpp -o $(podir)/kfile_kbarcode.pot
|
|
|
|
services_DATA = kfile_kbarcode.desktop
|
|
servicesdir = $(kde_servicesdir)
|
|
|