Am attempting to use QT with harbour. Have installed:
harbour-nightly-win.exe (mingw32)
QtContribs_Mingw-482_Qt-530_r313_Setup
Qt-opensource-windows-X86-mingw482_opengl-5.3.1
Everything ‘should’ be 32bit, though I suspect otherwise. The installed lib files are
Libhbqtcore.a
libQt5Core.a
libhbqtgui.a
libQt5Gui.a
libQt5Widgets.a
libQt5PrintSupport.a
Attempting to compile an example simple widow yields:
…\hbide\alarm>hbmk2 -w3 alarm.prg D:\hb32qt\addons\hbqt\qtgui\hbqtgui.hbc
uic 5.3.0
...i686-w64-mingw32/bin/ld.exe: cannot find -lhbqtcore
…i686-w64-mingw32/bin/ld.exe: cannot find -lQt5Core
…i686-w64-mingw32/bin/ld.exe: cannot find -lhbqtgui
…i686-w64-mingw32/bin/ld.exe: cannot find -lQt5Gui
…i686-w64-mingw32/bin/ld.exe: cannot find -lQt5Widgets
…i686-w64-mingw32/bin/ld.exe: cannot find -lQt5PrintSupport
Suggestions welcome.
Bill
Am attempting to use QT with harbour.
harbour-nightly-win.exe (mingw32)
QtContribs_Mingw-482_Qt-530_r313_Setup
Qt-opensource-windows-X86-mingw482_opengl-5.3.1
Everything ‘should’ be 32bit, though I suspect otherwise. The installed lib files are