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.
15 lines
412 B
15 lines
412 B
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 = libkolourpaintviews.la
|
|
libkolourpaintviews_la_SOURCES = kpthumbnailview.cpp \
|
|
kpunzoomedthumbnailview.cpp \
|
|
kpzoomedthumbnailview.cpp \
|
|
kpzoomedview.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|