Skip to content
Snippets Groups Projects
Commit bee511bd authored by Jose Tiago Macara Coutinho's avatar Jose Tiago Macara Coutinho
Browse files

First version pyqt 3

parent ed57c2fa
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo yes | python configure.py -q $PREFIX CXXFLAGS="-DANY=void"
make -j$CPU_COUNT
make install
{% set version = "3.18.1" %}
package:
name: pyqt
version: {{ version }}
source:
url: https://sourceforge.net/projects/pyqt/files/PyQt-x11-gpl-{{ version }}.tar.gz
patches:
- qlayout.patch
- qnetworkprotocol.patch
build:
number: 0
requirements:
build:
- python 2*
- qt 3*
- sip
run:
- python 2*
- qt 3*
- sip
about:
home: https://www.riverbankcomputing.com/software/pyqt/
license: GPL
summary: 'Python Bindings for the Qt Toolkit'
diff --git a/sip/qt/qlayout.sip b/sip/qt/qlayout.sip
index 4270e1e..120fccd 100644
--- a/sip/qt/qlayout.sip
+++ b/sip/qt/qlayout.sip
@@ -261,7 +261,7 @@ public:
};
-class QLayout : QObject, QLayoutItem
+class QLayout : QObject, QLayoutItem /Abstract/
{
%TypeHeaderCode
#include <qabstractlayout.h>
diff --git a/sip/qt/qnetworkprotocol.sip b/sip/qt/qnetworkprotocol.sip
index 6af512b..78fbfd4 100644
--- a/sip/qt/qnetworkprotocol.sip
+++ b/sip/qt/qnetworkprotocol.sip
@@ -181,7 +181,6 @@ protected:
%If (Qt_3_0_0 -)
virtual void operationPutChunk(QNetworkOperation *);
%End
- virtual bool checkConnection(QNetworkOperation *);
private:
%If (Qt_3_1_0 -)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment