Hi,
I can't build LibQxt neither 0.6.0 nor tip versions.
By following instructions I execute configure.bat and i get:
WARNING: c:\kux\.qmake.cache:3: Unescaped backslashes are deprecated.
Project ERROR: LibQxt requires Qt 4.3 or newer but Qt 4.7.0 was detected.
Error running qmake. Cannot proceed.
WARNING: c:\kux\.qmake.cache:3: Unescaped backslashes are deprecated.
Project ERROR: LibQxt requires Qt 4.3 or newer but Qt 4.7.0 was detected.
Error running qmake. Cannot proceed.
To copy to clipboard, switch view to plain text mode
If I comment out the error part on "check Qt version" in libqxt.pro then it generates all the make files.
Next i try "mingw32-make" but it fails finding headers. Checking make files, I see the include paths are totally wrong (filled with defaults) and library names are missing the "4" at the end (-lQtXml instead of -lQtXml4). Fixing those make file issues manually i get the module compiled. However fixing them all by hand seems a bit too much work.
Solution?
Bookmarks