Skip to content

patching example

Kamil ATLI edited this page Oct 14, 2017 · 2 revisions

download source

exract archive

create a folder named xx

open xx

create folder named a

and create folder named b

copy/paste exracted archive to a and b

open CmakeList.txt on b

change line set(QT_MIN_VERSION "5.7.0") like this set(QT_MIN_VERSION "5.6.2")

open xx

f4 and,

diff -Nuar a b >qtfix.patch

patch is ready enjoy it :)