From 93206a2bee3b4c24da60d0ad13dca649aaa87f96 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Thu, 5 Jan 2017 12:53:03 +0200 Subject: [PATCH] add missed Qt package to QGIS PyQt compatibility layer --- python/PyQt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/PyQt/CMakeLists.txt b/python/PyQt/CMakeLists.txt index 0a38790b51f..b87541ee17b 100644 --- a/python/PyQt/CMakeLists.txt +++ b/python/PyQt/CMakeLists.txt @@ -15,6 +15,7 @@ SET(PYQT_COMPAT_FILES QtTest.py QtSvg.py Qsci.py + Qt.py uic/__init__.py uic/pyuic.py uic/properties.py