-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
None
-
6.2.6, 6.5.0 Beta3
-
None
Some old QML modules that haven't been ported to cmake yet are no longer installable, because .pro syntax like this will now try to install to the root directory:
CXX_MODULE = qml TARGET = examplehelper TARGETPATH=Qt/labs/presentation/helper IMPORT_VERSION = 1.0 QT += quickSOURCES += plugin.cpp pointingfilter.cpp syntaxhighlighter.cpp qmlhighlighter.cpp HEADERS += examplehelper.h pointingfilter.h syntaxhighlighter.h qmlhighlighter.h load(qml_plugin)
As a workaround I can set
MODULE_BASE_OUTDIR=$$[QT_INSTALL_QML]
but should not need to do that.