We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccce914 commit 197f07bCopy full SHA for 197f07b
examples/corelib/platform/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# Copyright (C) 2023 The Qt Company Ltd.
2
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4
-if(ANDROID)
+if(ANDROID AND QT_FEATURE_widgets)
5
qt_internal_add_example(androidnotifier)
6
endif()
0 commit comments