Browse Source

Create PNG icon before running qmake to avoid resource warning

Jouni Malinen 16 years ago
parent
commit
72f24de82c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_release

+ 1 - 1
build_release

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