From: Jouni Malinen Date: Tue, 6 Jan 2009 18:22:52 +0000 (+0200) Subject: Create PNG icon before running qmake to avoid resource warning X-Git-Tag: hostap_0_6_7^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72f24de82c1673afe1ab0fae2113a66ed5194db3;p=thirdparty%2Fhostap.git Create PNG icon before running qmake to avoid resource warning --- diff --git a/build_release b/build_release index 276dabc8e..aecff9347 100755 --- a/build_release +++ b/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 ../../..