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.
9 lines
339 B
9 lines
339 B
AM_CXXFLAGS = -DQT_PLUGIN
|
|
METASOURCES = AUTO
|
|
INCLUDES = $(all_includes)
|
|
|
|
kde_widget_LTLIBRARIES = tdepartsdesignerplugin.la
|
|
tdepartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_QT) -ltdecore -ltdeio
|
|
tdepartsdesignerplugin_la_LIBADD = $(LIB_KPARTS)
|
|
tdepartsdesignerplugin_la_SOURCES = tdepartsdesignerplugin.cpp
|