summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/grue.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/grue.pro')
-rw-r--r--examples/sensors/grue/grue.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/sensors/grue/grue.pro b/examples/sensors/grue/grue.pro
deleted file mode 100644
index cd23d1f4..00000000
--- a/examples/sensors/grue/grue.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += plugin
-
-# Gui-less apps don't make sense for these platforms
-!uikit:!android:!wasm: SUBDIRS += console_app
-
-# There console app is not a macos bundle, so the shared library plugin wouldn't be found
-macos:qtConfig(shared): SUBDIRS -= console_app
-
-qtHaveModule(quick): SUBDIRS += qml.pro
-
-