diff options
Diffstat (limited to 'sci-visualization/qtiplot/files/qtiplot-0.9.7.10-sip.patch')
-rw-r--r-- | sci-visualization/qtiplot/files/qtiplot-0.9.7.10-sip.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.7.10-sip.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.7.10-sip.patch deleted file mode 100644 index fd8a124ce1b0..000000000000 --- a/sci-visualization/qtiplot/files/qtiplot-0.9.7.10-sip.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/qtiplot/src/scripting/scripting.pri b/qtiplot/src/scripting/scripting.pri -index b8667e3..e4027da 100755 ---- a/qtiplot/src/scripting/scripting.pri -+++ b/qtiplot/src/scripting/scripting.pri -@@ -80,7 +80,6 @@ contains(SCRIPTING_LANGS, Python) { - $${SIP_DIR}/sipqtiPythonScript.cpp\
- $${SIP_DIR}/sipqtiPythonScripting.cpp\
- $${SIP_DIR}/sipqtiFolder.cpp\
-- $${SIP_DIR}/sipqtiQList.cpp\
- $${SIP_DIR}/sipqtiFit.cpp \
- $${SIP_DIR}/sipqtiExponentialFit.cpp \
- $${SIP_DIR}/sipqtiTwoExpFit.cpp \
-@@ -105,4 +104,16 @@ contains(SCRIPTING_LANGS, Python) { - $${SIP_DIR}/sipqtiCorrelation.cpp \
- $${SIP_DIR}/sipqtiConvolution.cpp \
- $${SIP_DIR}/sipqtiDeconvolution.cpp \
-+
-+SIPVERSION = $$system( sip -V | cut -b 1-3 )
-+
-+equals( SIPVERSION, 4.8 ) {
-+ # SIP < 4.9
-+ SOURCES += $${SIP_DIR}/sipqtiQList.cpp
-+} else {
-+ SOURCES += \
-+ $${SIP_DIR}/sipqtiQList0101Folder.cpp\
-+ $${SIP_DIR}/sipqtiQList0101Graph.cpp\
-+ $${SIP_DIR}/sipqtiQList0101MdiSubWindow.cpp\
-+}
- }
|