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.
16 lines
531 B
16 lines
531 B
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kinterfacedesignerdir = $(includedir)/kinterfacedesigner
|
|
kinterfacedesigner_HEADERS = designer.h
|
|
|
|
lib_LTLIBRARIES = libkinterfacedesigner.la
|
|
libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_KPARTS) $(LIB_TDEUI)
|
|
libkinterfacedesigner_la_LDFLAGS = $(all_libraries)
|
|
libkinterfacedesigner_la_SOURCES = designer.cpp
|
|
|
|
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils
|
|
DOXYGEN_PROJECTNAME = KInterfaceDesigner Library
|
|
include ../../../Doxyfile.am
|