File: tests.pro

package info (click to toggle)
kst 2.0.8-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 30,748 kB
  • sloc: cpp: 97,086; ansic: 13,364; python: 2,970; sh: 761; yacc: 184; lex: 143; makefile: 141; javascript: 122; perl: 30; xml: 30
file content (58 lines) | stat: -rw-r--r-- 1,185 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
TOPOUT_REL=..
include($$PWD/$$TOPOUT_REL/kst.pri)

QT += gui network svg xml opengl

macx:CONFIG -= app_bundle
CONFIG += qtestlib
TEMPLATE = app
!win32:OBJECTS_DIR = tmp
!win32:MOC_DIR = tmp
TARGET = runtests
DESTDIR = $$OUTPUT_DIR/bin

INCLUDEPATH += \
    tmp \
    $$TOPLEVELDIR/src/libkst \
    $$TOPLEVELDIR/src/libkstmath \
    $$TOPLEVELDIR/src/widgets \
    $$TOPLEVELDIR/src/libkstapp \
    $$OUTPUT_DIR/src/kst/tmp

LIBS += \
		-L$$OUTPUT_DIR/lib \
		-l$$kstlib(kst2app) \
		-l$$kstlib(kst2widgets) \
		-l$$kstlib(kst2math) \
		-l$$kstlib(kst2lib)

SOURCES += \
    main.cpp \
    testeditablematrix.cpp \
    testcsd.cpp \
    testdatamatrix.cpp \
    testdatasource.cpp \
    testeqparser.cpp \
    testgeneratedmatrix.cpp \
    testhistogram.cpp \
    testlabelparser.cpp \
    testscalar.cpp \
    testmatrix.cpp \
    testpsd.cpp \
    testobjectstore.cpp \
    testvector.cpp

HEADERS += \
    testeditablematrix.h \
    testcsd.h \
    testdatamatrix.h \
    testdatasource.h \
    testhistogram.h \
    testeqparser.h \
    testgeneratedmatrix.h \
    testlabelparser.h \
    testscalar.h \
    testmatrix.h \
    testpsd.h \
    testobjectstore.h \
    testvector.h