From f74e3f75e28d435f0b426e7e54b8a31cafda1a12 Mon Sep 17 00:00:00 2001 From: Josh F Date: Wed, 4 May 2022 17:32:09 -0400 Subject: Remove remaining traces of qt5 --- examples/uinotification/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/uinotification') 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) -- cgit v1.3.1