blob: 0e52186db4251ff378def77d11f08363617e6f81 (
plain)
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
|
=== modified file 'qtiplot/qtiplot.pro'
--- qtiplot/qtiplot.pro 2010-01-06 10:51:53 +0000
+++ qtiplot/qtiplot.pro 2010-01-06 18:37:25 +0000
@@ -12,7 +12,6 @@
INCLUDEPATH += ../3rdparty/qwtplot3d/include
INCLUDEPATH += ../3rdparty/liborigin
INCLUDEPATH += ../3rdparty/zlib
-INCLUDEPATH += ../3rdparty/QTeXEngine/src
# configurable
INCLUDEPATH += $$MUPARSER_INCLUDEPATH
@@ -144,14 +143,6 @@
include(src/table/table.pri)
include(src/scripting/scripting.pri)
-###############################################################
-##################### TeX export: QTeXEngine ##################
-###############################################################
-
-INCLUDEPATH += ../3rdparty/QTeXEngine/src
-HEADERS += ../3rdparty/QTeXEngine/src/QTeXEngine.h
-SOURCES += ../3rdparty/QTeXEngine/src/QTeXPaintEngine.cpp
-SOURCES += ../3rdparty/QTeXEngine/src/QTeXPaintDevice.cpp
###############################################################
##################### Scripting: PYTHON + SIP + PyQT ##########
|