Create PNG icon before running qmake to avoid resource warning hostap_0_6_7
authorJouni Malinen <j@w1.fi>
Tue, 6 Jan 2009 18:22:52 +0000 (20:22 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 6 Jan 2009 18:22:52 +0000 (20:22 +0200)
build_release

index 276dabc..aecff93 100755 (executable)
@@ -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 ../../..