Compile Qwt with Qt 5.12.11 on Windows
-
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'"
-
Hi,
If you only want to use the library, you can disable building the tests since the error is just there.