There is a simple typo in the README file: ``` Extensions As a last step, we need to build the extensions. cd into extensions qmake src.pro qmake CONFIG+=Release extensions.pro ``` Here `qmake src.pro` should read `qmake extensions.pro`
There is a simple typo in the README file:
Here
qmake src.proshould readqmake extensions.pro