From 09d6450c448fb0d476df6b0a34170d5bc188e349 Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Mon, 29 Sep 2014 19:04:55 +0100 Subject: [PATCH] Wrappers obsolete, thanks to qt.conf alongside the executables. --- PyQt5/__init__.py | 2 +- PyQt5/qmlscene_wrapper.bat | 2 -- PyQt5/qmlviewer_wrapper.bat | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 PyQt5/qmlscene_wrapper.bat delete mode 100644 PyQt5/qmlviewer_wrapper.bat diff --git a/PyQt5/__init__.py b/PyQt5/__init__.py index 061db933..6e53b67e 100644 --- a/PyQt5/__init__.py +++ b/PyQt5/__init__.py @@ -31,7 +31,7 @@ os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path # Expose versions -version_info = (0, 1, 5) # Version of this release +version_info = (0, 1, 6) # Version of this release version = "%s.%s.%s" % version_info __version__ = version diff --git a/PyQt5/qmlscene_wrapper.bat b/PyQt5/qmlscene_wrapper.bat deleted file mode 100644 index af7b7a09..00000000 --- a/PyQt5/qmlscene_wrapper.bat +++ /dev/null @@ -1,2 +0,0 @@ -set QT_QPA_PLATFORM_PLUGIN_PATH=%CD%\plugins\platforms -start "" qmlscene.exe %* \ No newline at end of file diff --git a/PyQt5/qmlviewer_wrapper.bat b/PyQt5/qmlviewer_wrapper.bat deleted file mode 100644 index 242e6186..00000000 --- a/PyQt5/qmlviewer_wrapper.bat +++ /dev/null @@ -1,2 +0,0 @@ -set QT_QPA_PLATFORM_PLUGIN_PATH=%CD%\plugins\platforms -start "" qmlviewer.exe %* \ No newline at end of file