comparison data/fileio/test/test.pro @ 765:001d77a720ce

MinGW fixes
author Chris Cannam
date Mon, 25 Mar 2013 12:15:07 +0000
parents 02390a4c2abe
children 711a4652d616
comparison
equal deleted inserted replaced
760:b6bb0ecb7958 765:001d77a720ce
34 macx* { 34 macx* {
35 QMAKE_POST_LINK=./$${TARGET}.app/Contents/MacOS/$${TARGET} 35 QMAKE_POST_LINK=./$${TARGET}.app/Contents/MacOS/$${TARGET}
36 } 36 }
37 } 37 }
38 38
39 win32:QMAKE_POST_LINK=.$${TARGET}.exe 39 win32:QMAKE_POST_LINK=./release/$${TARGET}.exe
40 40