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

0001 TOPOUT_REL=..
0002 include($$PWD/$$TOPOUT_REL/kst.pri)
0003 
0004 QT += gui network svg xml opengl
0005 
0006 macx:CONFIG -= app_bundle
0007 CONFIG += qtestlib
0008 TEMPLATE = app
0009 !win32:OBJECTS_DIR = tmp
0010 !win32:MOC_DIR = tmp
0011 TARGET = runtests
0012 DESTDIR = $$OUTPUT_DIR/bin
0013 
0014 INCLUDEPATH += \
0015     tmp \
0016     $$TOPLEVELDIR/src/libkst \
0017     $$TOPLEVELDIR/src/libkstmath \
0018     $$TOPLEVELDIR/src/widgets \
0019     $$TOPLEVELDIR/src/libkstapp \
0020     $$OUTPUT_DIR/src/kst/tmp
0021 
0022 LIBS += \
0023                 -L$$OUTPUT_DIR/lib \
0024                 -l$$kstlib(kst2app) \
0025                 -l$$kstlib(kst2widgets) \
0026                 -l$$kstlib(kst2math) \
0027                 -l$$kstlib(kst2lib)
0028 
0029 SOURCES += \
0030     main.cpp \
0031     testeditablematrix.cpp \
0032     testcsd.cpp \
0033     testdatamatrix.cpp \
0034     testdatasource.cpp \
0035     testeqparser.cpp \
0036     testgeneratedmatrix.cpp \
0037     testhistogram.cpp \
0038     testlabelparser.cpp \
0039     testscalar.cpp \
0040     testmatrix.cpp \
0041     testpsd.cpp \
0042     testobjectstore.cpp \
0043     testvector.cpp
0044 
0045 HEADERS += \
0046     testeditablematrix.h \
0047     testcsd.h \
0048     testdatamatrix.h \
0049     testdatasource.h \
0050     testhistogram.h \
0051     testeqparser.h \
0052     testgeneratedmatrix.h \
0053     testlabelparser.h \
0054     testscalar.h \
0055     testmatrix.h \
0056     testpsd.h \
0057     testobjectstore.h \
0058     testvector.h