diff options
| author | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-06-01 16:09:58 +0200 |
|---|---|---|
| committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-06-05 09:06:04 +0200 |
| commit | 12e52076172e12b4391bc36d5e34efdeb9e71f49 (patch) | |
| tree | 6f4ad2e95f2f575a77f1c4997f09516dae52eb41 /examples/remoteobjects | |
| parent | 05f58c9d1903acdea30d0378257fe506a4159edd (diff) | |
CMake: Update to latest qml CMake API
Task-number: QTBUG-91621
Change-Id: I35ef90f6df40fac3808fb19054c66d73b18137c8
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/remoteobjects')
| -rw-r--r-- | examples/remoteobjects/plugins/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/remoteobjects/plugins/CMakeLists.txt b/examples/remoteobjects/plugins/CMakeLists.txt index abcefee..82b3f99 100644 --- a/examples/remoteobjects/plugins/CMakeLists.txt +++ b/examples/remoteobjects/plugins/CMakeLists.txt @@ -24,7 +24,6 @@ qt6_add_qml_module(qmlqrotimeexampleplugin OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/imports/TimeExample" VERSION 1.0 URI "TimeExample" - INSTALL_LOCATION ${INSTALL_EXAMPLEDIR} ) target_sources(qmlqrotimeexampleplugin PRIVATE |
