summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-06-03 17:37:40 +0200
committerCraig Scott <craig.scott@qt.io>2021-06-07 22:53:25 +1000
commit01710f651a509536de83a2c50aafaff9c28331b7 (patch)
tree8d6387dd22c8c9609e0084aab094b1a86b71b48b /src/CMakeLists.txt
parent0b5ab29f097df5c5bf99a654bafc7d2a5a211840 (diff)
CMake: Update to latest qml CMake API
Task-number: QTBUG-91621 Change-Id: I0a096697f692378f8be7b942d06ee231c399319d Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 31d4aee35..87f54a939 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -8,7 +8,6 @@ endif()
# special case begin
if(TARGET Qt::Quick)
add_subdirectory(multimediaquick)
- add_subdirectory(imports)
endif()
if(TARGET Qt::Widgets)