diff options
Diffstat (limited to 'examples/uinotification')
| -rw-r--r-- | examples/uinotification/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/uinotification/CMakeLists.txt b/examples/uinotification/CMakeLists.txt index 3dbf3c72..9858dd68 100644 --- a/examples/uinotification/CMakeLists.txt +++ b/examples/uinotification/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(uinotification) +set(CMAKE_OSX_ARCHITECTURES x86_64) + find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED) file(GLOB SOURCES |
