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
697 B
22 lines
697 B
15 years ago
|
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../cursors -I$(srcdir)/../interfaces \
|
||
|
-I$(srcdir)/../pixmapfx \
|
||
|
-I$(srcdir)/../tools \
|
||
|
-I$(srcdir)/../views \
|
||
|
-I$(srcdir)/../widgets $(all_includes)
|
||
|
|
||
|
noinst_LTLIBRARIES = libkolourpaintwidgets.la
|
||
|
libkolourpaintwidgets_la_SOURCES = kpcolorsimilaritycube.cpp \
|
||
|
kpcolorsimilaritydialog.cpp \
|
||
|
kpcolortoolbar.cpp \
|
||
|
kpresizesignallinglabel.cpp \
|
||
|
kpsqueezedtextlabel.cpp \
|
||
|
kptooltoolbar.cpp \
|
||
|
kptoolwidgetbase.cpp kptoolwidgetbrush.cpp \
|
||
|
kptoolwidgeterasersize.cpp kptoolwidgetfillstyle.cpp \
|
||
|
kptoolwidgetlinewidth.cpp \
|
||
|
kptoolwidgetopaqueortransparent.cpp \
|
||
|
kptoolwidgetspraycansize.cpp
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|