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. Compile Qwt with Qt 5.12.11 on Windows
Qt 6.11 is out! See what's new in the release blog

Compile Qwt with Qt 5.12.11 on Windows

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 783 Views 1 Watching
  • 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
    Creatorczyk
    wrote on last edited by
    #1

    Hi,
    I want to compile qwt 6.2.0 to Qt 5.12.11 with MinGW 7.3.0 32-bit. To do this, I downloaded the .zip from Qwt and unpacked it and ran the following commands in the terminal:

    qmake qwt.pro
    mingw32-make
    

    But unfortunately I get an error message:

    C:\Qt\Qt5.12.11\5.12.11\mingw73_32\lib\libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x13e): undefined reference to `qMain(int, char**)'
    

    What can I do to fix error? This error is from

    "qwt-6.2.0/tests/splinetest'"
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      If you only want to use the library, you can disable building the tests since the error is just there.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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