Warning, /graphics/kst-plot/src/libkst/libkst.pro is written in an unsupported language. File is not indexed.

0001 TOPOUT_REL=../..
0002 include($$PWD/$$TOPOUT_REL/kst.pri)
0003 
0004 TEMPLATE = lib
0005 CONFIG += dll
0006 DEFINES += BUILD_KSTCORE
0007 TARGET = $$kstlib(kst2lib)
0008 DESTDIR = $$OUTPUT_DIR/lib
0009 unix:QMAKE_LFLAGS_SHLIB *= -lrt
0010 macx:CONFIG += lib_bundle
0011 
0012 !isEmpty(INSTALL_PREFIX) {
0013     target.path = $$INSTALL_PREFIX/$$INSTALL_LIBDIR
0014     INSTALLS += target
0015 }
0016 
0017 INCLUDEPATH += tmp \
0018     $$TOPLEVELDIR/src/widgets \
0019     $$OUTPUT_DIR/src/libkst/tmp
0020 
0021 SOURCES += builtindatasources.cpp \
0022     builtinprimitives.cpp \
0023     coredocument.cpp \
0024     datacollection.cpp \
0025     datamatrix.cpp \
0026     dataprimitive.cpp \
0027     datasource.cpp \
0028     datasourcefactory.cpp \
0029     datasourcepluginfactory.cpp \
0030     datasourcepluginmanager.cpp \
0031     datavector.cpp \
0032     datascalar.cpp \
0033     datastring.cpp \
0034     dateparser.cpp \
0035     debug.cpp \
0036     editablematrix.cpp \
0037     editablevector.cpp \
0038     extension.cpp \
0039     generatedmatrix.cpp \
0040     generatedvector.cpp \
0041         labelinfo.cpp \
0042     math_kst.cpp \
0043     matrix.cpp \
0044     matrixfactory.cpp \
0045     measuretime.cpp \
0046     namedobject.cpp \
0047     nextcolor.cpp \
0048     object.cpp \
0049     objectlist.cpp \
0050     objectmap.cpp \
0051     objectstore.cpp \
0052     plotiteminterface.cpp \
0053     primitive.cpp \
0054     primitivefactory.cpp \
0055     rwlock.cpp \
0056     scalar.cpp \
0057     scalarfactory.cpp \
0058     shortnameindex.cpp \
0059     string_kst.cpp \
0060     stringfactory.cpp \
0061     updatemanager.cpp \
0062     vector.cpp \
0063     vectorfactory.cpp \
0064     vscalar.cpp \
0065     ksttimezone.cpp
0066         
0067 #!win32:SOURCES += stdinsource.cpp
0068 !macx:!win32:SOURCES += sysinfo.c \
0069     psversion.c
0070         
0071 HEADERS += builtindatasources.h \
0072     builtinprimitives.h \
0073     coredocument.h \
0074     datacollection.h \
0075     datamatrix.h \
0076     dataplugin.h \
0077     dataprimitive.h \
0078     datasource.h \
0079     datasourcefactory.h \
0080     datasourcepluginfactory.h \
0081     datasourcepluginmanager.h \
0082     datavector.h \
0083     datascalar.h \
0084     datastring.h \
0085     dateparser.h \
0086     debug.h \
0087     editablematrix.h \
0088     editablevector.h \
0089     events.h \
0090     extension.h \
0091     generatedmatrix.h \
0092     generatedvector.h \
0093     kst_export.h \
0094     kst_i18n.h \
0095     ksttimers.h \
0096     index_kst.h \
0097     labelinfo.h \
0098     logevents.h \
0099     math_kst.h \
0100     matrix.h \
0101     matrixfactory.h \
0102     measuretime.h \
0103     namedobject.h \
0104     object.h \
0105     objectlist.h \
0106     objectmap.h \
0107     objectstore.h \
0108     plotiteminterface.h \
0109     primitive.h \
0110     primitivefactory.h \
0111     procps.h \
0112     psversion.h \
0113     rwlock.h \
0114     scalar.h \
0115     scalarfactory.h \
0116     sharedptr.h \
0117 #    stdinsource.h \
0118     string_kst.h \
0119     stringfactory.h \
0120     sysinfo.h \
0121     timezones.h \
0122     updatemanager.h \
0123     vector.h \
0124     vectorfactory.h \
0125     vscalar.h \
0126     ksttimezone.h