Create PNG version of the wpa_gui tray icon file for cross compilation

This commit is contained in:
Jouni Malinen 2008-12-20 17:55:52 +02:00
parent 2ae2d8aea4
commit 36cb321611

View file

@ -126,6 +126,7 @@ EOF
cd wpa_gui-qt4 cd wpa_gui-qt4
qmake -spec win32-x-g++ qmake -spec win32-x-g++
make -C icons
make make
cp release/wpa_gui.exe ../../../"$WDIR" cp release/wpa_gui.exe ../../../"$WDIR"
cd ../../.. cd ../../..