summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/grue.pro
blob: cd23d1f4b6d6ac288ad57ef1da173d6d4921c4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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