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.
This commit is contained in:
Frederic Tausch 2017-07-10 14:44:48 +09:00 committed by GitHub
parent 2d92e10529
commit f987cbc6ca

View File

@ -12,7 +12,7 @@ testpy3:
qt4: qt4py2 qt4: qt4py2
qt5: qt4py3 qt5: qt5py3
qt4py2: qt4py2:
pyrcc4 -py2 -o resources.py resources.qrc pyrcc4 -py2 -o resources.py resources.qrc