qtmqtt build error on windows
Solved
General and Desktop
-
Hello,
I downloaded qtmqtt version 5.14.0 version from github. when I build it it using Visual Studio 2019 Developer Command Prompt, it is giving me below error Makefile.Release:127: *** missing separator. Stop.,
steps:
qmake make
cd src\ && ( if not exist Makefile C:\Qt5\5.14.0\msvc2017\bin\qmake.exe -o Makefile C:\qtmqtt-5.14.0\src\src.pro ) && make -f Makefile make[1]: Entering directory `C:/qtmqtt-5.14.0/src' cd mqtt\ && ( if not exist Makefile C:\Qt5\5.14.0\msvc2017\bin\qmake.exe -o Makefile C:\qtmqtt-5.14.0\src\mqtt\mqtt.pro ) && make -f Makefile make[2]: Entering directory `C:/qtmqtt-5.14.0/src/mqtt' make -f Makefile.Release all make[3]: Entering directory `C:/qtmqtt-5.14.0/src/mqtt' Makefile.Release:127: *** missing separator. Stop. make[3]: Leaving directory `C:/qtmqtt-5.14.0/src/mqtt' make[2]: *** [release-all] Error 2 make[2]: Leaving directory `C:/qtmqtt-5.14.0/src/mqtt' make[1]: *** [sub-mqtt-make_first] Error 2 make[1]: Leaving directory `C:/qtmqtt-5.14.0/src' make: *** [sub-src-make_first] Error 2
how to build properly qtmqtt on windows?