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
327 B
9 lines
327 B
15 years ago
|
AM_CXXFLAGS = -DQT_PLUGIN
|
||
|
METASOURCES = AUTO
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
kde_widget_LTLIBRARIES = kpartsdesignerplugin.la
|
||
13 years ago
|
kpartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_QT) -ltdecore -lkio
|
||
15 years ago
|
kpartsdesignerplugin_la_LIBADD = $(LIB_KPARTS)
|
||
|
kpartsdesignerplugin_la_SOURCES = kpartsdesignerplugin.cpp
|