Skip to content
Snippets Groups Projects
Commit 51485d84 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-pythonqt] add patch-ab

to fix build on 16.04
parent f8530c81
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@ SHA1 (PythonQt3.2.zip) = b85f2cf9a4e546a46dc416bb0e86759983384543
RMD160 (PythonQt3.2.zip) = fa86fc32d86d5464d0bc940e28a740e87bf036eb
Size (PythonQt3.2.zip) = 4539058 bytes
SHA1 (patch-aa) = 8f3a509645cf97519f8ef96536e49f8e08494a72
SHA1 (patch-ab) = cf2e9e49ac0fa32716445cc004c0ee099a7e9263
fix build on 16.04
ref https://sourceforge.net/p/pythonqt/discussion/631393/thread/a9358753/
--- extensions/PythonQt_QtAll/PythonQt_QtAll.cpp.orig 2016-07-25 13:06:46.000000000 +0200
+++ extensions/PythonQt_QtAll/PythonQt_QtAll.cpp 2020-06-02 23:08:18.831046707 +0200
@@ -66,10 +66,6 @@
PythonQt_init_QtOpenGL(0);
PythonQt_init_QtXmlPatterns(0);
PythonQt_init_QtMultimedia(0);
- PythonQt_init_QtQml(0);
- PythonQt_init_QtQuick(0);
PythonQt_init_QtUiTools(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