Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Install additional modules to the Open source version (6.2.3) example QtMqtt under Windows 10
Forum Updated to NodeBB v4.3 + New Features

Install additional modules to the Open source version (6.2.3) example QtMqtt under Windows 10

Scheduled Pinned Locked Moved Solved Installation and Deployment
1 Posts 1 Posters 338 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MarioFromAlassio
    wrote on last edited by MarioFromAlassio
    #1

    Given the procedure I followed and it worked, if it helps:

    install QT if not already installed

    add to the path:
    a) C:\Qt\Tools\CMake_64\bin
    b) C:\Qt\6.2.3\mingw_64\bin
    c) C:\Qt\Tools\Ninja

    Install Strawberry Perl

    Delete from path
    a) C:\Strawberry\c\bin

    from command line:
    a) cd C:\Qt\6.2.3\Src
    b) C:\Qt\6.2.3\mingw_64\bin\qt-configure-module.bat qtmqtt
    c) cmake --build .
    d) cmake --install .

    Note the . (period) at the end of the cmake commands

    Done.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved