Create PNG version of the wpa_gui tray icon file for cross compilation
authorJouni Malinen <j@w1.fi>
Sat, 20 Dec 2008 15:55:52 +0000 (17:55 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Dec 2008 15:55:52 +0000 (17:55 +0200)
build_release

index 3e47453..b1a6ee8 100755 (executable)
@@ -126,6 +126,7 @@ EOF
 
     cd wpa_gui-qt4
     qmake -spec win32-x-g++
+    make -C icons
     make
     cp release/wpa_gui.exe ../../../"$WDIR"
     cd ../../..