# vim ~/Qt/5.3/clang_64/mkspecs/qdevice.pri
Change the following line:
!host_build:QMAKE_MAC_SDK = macosx10.8
By
!host_build:QMAKE_MAC_SDK = macosx10.9
Source : http://stackoverflow.com/a/25962088
# vim ~/Qt/5.3/clang_64/mkspecs/qdevice.pri
Change the following line:
!host_build:QMAKE_MAC_SDK = macosx10.8
By
!host_build:QMAKE_MAC_SDK = macosx10.9
Source : http://stackoverflow.com/a/25962088
Wrong code:
void foo(int x = 42, int y = 21) { ... }
Correct code:
void foo(int x = 42, int y = 21); void foo(int x, int y) { ... }
Source : http://stackoverflow.com/a/4989591
Download link : 20140424.zip (latest)
Download link : 20131104.zip (latest)
Download link : 20140423.zip (latest)
Download link : 20140424V01.zip
Download link : N201405270ZV01.zip
Download link : N20140714V05.zip
Download link : N20140729V02.zip
Download link : N20140819V01.zip (aka. N20140820V01)
Download link : N20140929V01.zip (latest)
Download link : W20140811V02.zip
Download link : W20140915V02.zip
Download link : W20140918V02.zip
Download link : W20140928V02.zip (latest)
You can share firmware by leaving a comment under this post !