diff options
author | Alexandru Croitor <[email protected]> | 2020-05-28 14:55:50 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2020-05-29 10:01:37 +0200 |
commit | 4e156dee3863a6319c2bc44fd47b6a6738e0503a (patch) | |
tree | ff53594eab97c5c7cb71fb5f40aef6b880ae6c92 /examples/qml/referenceexamples/signal | |
parent | 962e54782f97248b200d616e0a8fbeb9e11c75a1 (diff) |
CMake: Warn when the qt6_add_qml_module INSTALL_PATH is missing
If a user uses the public API function to create a qml module, they
should also provide the installation path for the qml files, the
compiled plugin (if C++ is involved), and the other accompanying files
like qmldir.
The user can specify the installation path via the INSTALL_PATH option
to qt6_add_qml_module.
Warn the user when they haven't done so.
Also because we can't really guess where to install (we don't want to
install into the Qt qml install prefix and pollute the content there),
make sure to not install the files somewhere randomly.
Task-number: QTBUG-84403
Change-Id: I1d8e9035b07952347f5edf854bf39869d128df4e
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'examples/qml/referenceexamples/signal')
0 files changed, 0 insertions, 0 deletions