3 # qmake seems to be forcing include and lib paths from the original build
4 # and I have no idea how to change these. For now, just override the
5 # directories in the Makefile.Release file after qmake run.
7 qmake
-spec /q
/jm
/qt4-win
/4.0.0/mkspecs
/win32-g
++ wpa_gui.pro
-o Makefile
9 sed s
%qt
4/lib
%qt4-win
/4.0.0/lib
%g |
10 sed s
%qt
4/include
%qt4-win
/4.0.0/include
%g
> tmp.Makefile.Release
&&
11 mv -f tmp.Makefile.Release Makefile.Release