CMakeLists.txt: Fix QLottieFrameProviderLocation
The qmldir
says:
module QLottieFrameProvider
...but for the install path of rLottieQml/QLottieFrameProvider
, this should be:
module rLottieQml.QLottieFrameProvider
...and imported as:
import rLottieQml.QLottieFrameProvider
With TELEports fixing the install location in their clickable intall script, and importing it via import QLottieFrameProvider
, fix the discrepancy by reducing the install path to just QLottieFrameProvider
.