Create PNG icon before running qmake to avoid resource warning
This commit is contained in:
parent
6f78f2fb3b
commit
72f24de82c
1 changed files with 1 additions and 1 deletions
|
@ -126,8 +126,8 @@ EOF
|
|||
cp win_example.reg ../../"$WDIR"
|
||||
|
||||
cd wpa_gui-qt4
|
||||
qmake -spec win32-x-g++
|
||||
make -C icons
|
||||
qmake -spec win32-x-g++
|
||||
make -j2
|
||||
cp release/wpa_gui.exe ../../../"$WDIR"
|
||||
cd ../../..
|
||||
|
|
Loading…
Reference in a new issue