summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/CMakeLists.txt')
-rw-r--r--src/imports/sensors/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/imports/sensors/CMakeLists.txt b/src/imports/sensors/CMakeLists.txt
deleted file mode 100644
index d20add31..00000000
--- a/src/imports/sensors/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-qt_internal_add_qml_module(declarative_sensors
- URI "QtSensors"
- VERSION "${PROJECT_VERSION}"
- CLASSNAME QtSensorsDeclarativeModule
- SKIP_TYPE_REGISTRATION
- PLUGIN_OPTIONAL
- SOURCES
- sensors.cpp
- PUBLIC_LIBRARIES
- Qt::Core
- Qt::Qml
- LIBRARIES
- Qt::SensorsQuickPrivate
-)