Question

I am trying to install LibQxT to use it with Qt5, so I downloaded the sources and as soon as I run the configure.bat there is an error:

LibQxt requires 4.3 or newer but Qt 5.2.1 was detected.

Searching on the web Ive found out that apparently it doesnt know the correct path to the qconfig.pri (as seen here (last post)) so it doesnt really detect the version.

I have tried adding the path to the variable QTDIR in the ways described in the post
(I tried to do it in the qmake cache located in the Libqxt folder and tried to define it as a environment variable). I havent found any clear solution to this problem, so I hope someone knows by now how to solve this issue.

Thankyou.

EDIT What @vahancho said its true, if its not detecting the version, why does it name it? Perhaps its not detecting it properly.
But if it is, why cant it see that my version is higher than the requested one?

I have located the error and it fails at some point betweeen the echos and the if: echo Configuration successful. echo Generating makefiles... cd %QXT_BUILD_TREE% %QMAKE_BIN% %MSVCMODE% -recursive %QXT_SOURCE_TREE%\libqxt.pro if errorlevel 1 goto mainqmakeERR

Was it helpful?

Solution

You can try to use the latest development branch of libqxt which could be found here. It will be compiled with Qt 5. You can just clone one copy of the source code by:

git clone https://bitbucket.org/libqxt/libqxt.git
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top