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://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=72f24de82c1673afe1ab0fae2113a66ed5194db3 Create PNG icon before running qmake to avoid resource warning --- diff --git a/build_release b/build_release index 276dabc..aecff93 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 ../../..