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. Can't figure out how to build QSerialPort with 5.2.0
QtWS25 Last Chance

Can't figure out how to build QSerialPort with 5.2.0

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 933 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.
  • C Offline
    C Offline
    crackjack
    wrote on last edited by
    #1

    Hi guys,

    I'm trying to compile my own set of Windows 64-bit Qt libraries using MSVC2010. In particular, I'm using the -no-icu and -opengl desktop flags. For whatever reason, every time I build the complete set of libraries, it seems to leave out Qt5SerialPort.dll, which is another library my application needs.

    I was under the impression that QSerialPort was now part of the standard Qt build from 5.1 onwards. Is there some reason it refuses to build for me? Is there a special flag I need to pass to specifically build that library along with everything else?

    If it helps, here is the exact command I was using:

    @configure.exe -prefix C:\Qt\Qt5.2.0\5.2.0\msvc2010x64 -debug-and-release -opengl desktop -no-icu -no-audio-backend -mp -nomake examples -platform win32-msvc2010@

    Thanks!

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      Yes, Qt Serial Port is now part of the Qt, and should build on Windows.

      I'm not sure if this is related, but try calling configure.bat (not configure.exe), in the top-level directory (1 level up from qtbase)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      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