Browse Source

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

Jouni Malinen 16 years ago
parent
commit
36cb321611
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build_release

+ 1 - 0
build_release

@@ -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 ../../..