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.

70 lines
1.2 KiB

INCLUDES = $(all_includes)
KDE_OPTIONS = qtonly
noinst_LIBRARIES = libplot.a
libplot_a_METASOURCES = AUTO
libplot_a_SOURCES = qsconsole.cpp \
qsserializable.cpp \
qscoord.cpp \
qsgattr.cpp \
qsmatrix.cpp \
qsdata.cpp \
qsruler.cpp \
qsgraphicaldata.cpp \
qsaxes.cpp \
qsaxis.cpp \
qsaxes2d.cpp \
qsaxes3d.cpp \
qsplot.cpp \
qsprojection.cpp \
qsprojection2d.cpp \
qsprojection3d.cpp \
qsdrv.cpp \
qsdrvqt.cpp \
qsdrvhittest.cpp \
qsdrvopengl.cpp \
qssegment.cpp \
qscurve.cpp \
qscontour.cpp \
qsimage.cpp \
qsfigure.cpp \
qssurface.cpp \
qscobject.cpp \
qsplotview.cpp \
qsclegend.cpp \
qsctool.cpp \
qsworkbook.cpp
EXTRA_DIST = qsconsole.h \
qsserializable.h \
qsdrvhittest.h \
qsdata.h \
qsruler.h \
qsprojection.h \
qsprojection2d.h \
qsprojection3d.h \
qsgraphicaldata.h \
qsplotview.h \
qscobject.h \
qsctool.h \
qscoord.h \
qsdrv.h \
qsdrvqt.h \
qsdrvopengl.h \
qsgattr.h \
qsmatrix.h \
qsplot.h \
qsclegend.h \
qssegment.h \
qscurve.h \
qssurface.h \
qsfigure.h \
qsimage.h \
qscontour.h \
qsaxes.h \
qsaxis.h \
qsaxes2d.h \
qsaxes3d.h \
qschildlist.h \
qsworkbook.h