Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 960 Bytes

mqtt-build-qtmqtt-visual-studio.md

File metadata and controls

35 lines (23 loc) · 960 Bytes

<- back

Build QtMqtt with Visual Studio

  1. download and install Strawberry Perl for Windows 64-bit

  2. download QtMqtt with GitHub Desktop (clone repository from URL) or:

git clone git://code.qt.io/qt/qtmqtt.git
  1. open Invite: x64 Native Tools Command Prompt for VS 2017 or qtenv2.bat

  2. go in qtmqtt folder where you find qtmqtt.pro

  3. build qtmqtt:

...\qtmqtt> C:\Qt5\5.12.1\msvc2017_64\bin\qmake.exe
...\qtmqtt> nmake
  1. copy Qt5Mqtt.dll and Qt5Mqttd.dll in C:\Qt5\5.12.1\msvc2017_64\bin (required for deploy and debug)

  2. we're done (in both include and lib folders)

Notes: https://github.com/qt/qtmqtt

Author

Faure Systems (Oct 9th, 2019)