We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9d2bf commit fd79454Copy full SHA for fd79454
1 file changed
Makefile
@@ -15,13 +15,13 @@ qt4: qt4py2
15
qt5: qt5py3
16
17
qt4py2:
18
- pyrcc4 -py2 -o lib/resources.py resources.qrc
+ pyrcc4 -py2 -o libs/resources.py resources.qrc
19
20
qt4py3:
21
- pyrcc4 -py3 -o lib/resources.py resources.qrc
+ pyrcc4 -py3 -o libs/resources.py resources.qrc
22
23
qt5py3:
24
- pyrcc5 -o lib/resources.py resources.qrc
+ pyrcc5 -o libs/resources.py resources.qrc
25
26
clean:
27
rm -f ~/.labelImgSettings.pkl resources.pyc
0 commit comments