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