From 45c8ae3232df8955644697ee88c4321f26bb5cf2 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Wed, 6 Jan 2021 07:30:03 +1000 Subject: QtSensors initial cmake support This commit introduces the bare minimum cmake support that should unblock the CI and allow further verification and development on most platforms: macOS, Linux, Win, iOS and Android. Some clarifications: * The support for sensorfw backend is very preliminary and can be enabled later if needed (no Qt6 version of the sensorfw). * The simulator backend is dropped as obsolete / unnecessary. * Three examples are currently commented out and shall be ported with a later commit. Task-number: QTBUG-92502 Change-Id: Id523d43ed3ef177010dc73afc5812ed374cff0dd Reviewed-by: Alexandru Croitor --- qtsensors.pro | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 qtsensors.pro (limited to 'qtsensors.pro') diff --git a/qtsensors.pro b/qtsensors.pro deleted file mode 100644 index 2e29e906..00000000 --- a/qtsensors.pro +++ /dev/null @@ -1,3 +0,0 @@ -load(configure) - -load(qt_parts) -- cgit v1.2.3