Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.15.2, Qt Creator 5.0.0
-
None
-
-
b9400784a9c251726099ea516b9320d77534ba8f (qt-creator/tqtc-qt-creator/6.0)
Description
When using CMake to build qt-creator 5.0 using `-DBUILD_LIBRARY_QLITEHTML:BOOL=ON` CMake fails with this error:
[ 242s] CMake Error in src/CMakeLists.txt: [ 242s] export called with target "qlitehtml" which requires target "litehtml" that [ 242s] is not in any export set.
There's no system litehtml, so 3rdparty/litehtml should be built.