From d27c5917dd12f6dffebcb9ebdb24159217e030c0 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 17 May 2021 12:47:31 +0200 Subject: Remove unused QtSensors import --- CMakeLists.txt | 2 -- src/main.qml | 1 - 2 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffe58ac..0392cbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,6 @@ include(ECMQMLModules) include(AsteroidCMakeSettings) include(AsteroidTranslations) -ecm_find_qmlmodule(QtSensors 5.11) - add_subdirectory(src) generate_desktop(${CMAKE_SOURCE_DIR} asteroid-helloworld) diff --git a/src/main.qml b/src/main.qml index 51fb617..9c181e2 100644 --- a/src/main.qml +++ b/src/main.qml @@ -16,7 +16,6 @@ */ import QtQuick 2.9 -import QtSensors 5.11 import org.asteroid.controls 1.0 Application { -- cgit v1.2.3-54-g00ecf