aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-05-17 12:47:31 +0200
committerMagneFire <idanlcontact@gmail.com>2021-05-17 13:04:10 +0200
commitd27c5917dd12f6dffebcb9ebdb24159217e030c0 (patch)
treea7c4952b72950d828af193ed86109702a53878e5 /CMakeLists.txt
parent0fefbadf280889da128da56fd0006f07a49c1944 (diff)
Remove unused QtSensors import
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 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)