summaryrefslogtreecommitdiff
path: root/examples/uinotification
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uinotification')
-rw-r--r--examples/uinotification/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/uinotification/CMakeLists.txt b/examples/uinotification/CMakeLists.txt
index 47a1659b..e99a95b8 100644
--- a/examples/uinotification/CMakeLists.txt
+++ b/examples/uinotification/CMakeLists.txt
@@ -1,13 +1,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
-option(QT6 "Target Qt 6" OFF)
-
project(uinotification CXX C)
-if(NOT QT6)
- set(CMAKE_OSX_ARCHITECTURES x86_64)
-endif()
-
file(GLOB SOURCES
*.cpp
*.h)