From f987cbc6ca209c8f48346f3859980a89ef0b5b34 Mon Sep 17 00:00:00 2001 From: Frederic Tausch Date: Mon, 10 Jul 2017 14:44:48 +0900 Subject: [PATCH] Fixed possible typo "make qt5" will now actually use qt5: "pyrcc5 -o resources.py resources.qrc" Bug: "make qt5" installed qt4py2. That is kind of miss leading, since "qt5" should actually use qt5 and not use qt4. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b6e4d8d..d5ee0935 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ testpy3: qt4: qt4py2 -qt5: qt4py3 +qt5: qt5py3 qt4py2: pyrcc4 -py2 -o resources.py resources.qrc