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.
22 lines
525 B
22 lines
525 B
INCLUDES= $(KOFFICECORE_INCLUDES) $(KOFFICEUI_INCLUDES) $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libkopainter.la
|
|
libkopainter_la_SOURCES = svgpathparser.cpp \
|
|
koColor.cpp \
|
|
koFrameButton.cpp \
|
|
koColorSlider.cpp \
|
|
koColorChooser.cpp \
|
|
koIconChooser.cpp \
|
|
kogradientmanager.cpp \
|
|
ko_color_wheel.cpp \
|
|
ko_gray_widget.cpp \
|
|
ko_hsv_widget.cpp \
|
|
ko_rgb_widget.cpp \
|
|
ko_cmyk_widget.cpp
|
|
|
|
libkopainter_la_LDFLAGS = $(all_libraries) -version-info 2:0:0 -no-undefined
|
|
|
|
libkopainter_la_LIBADD = $(LIB_KOFFICEUI)
|
|
|
|
METASOURCES = AUTO
|