Skip to content

Commit cf9bea6

Browse files
author
wangzhiyuan1
committed
add a
1 parent 3aecb68 commit cf9bea6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clipboard/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
22

33
project(clipboard VERSION 0.1 LANGUAGES CXX)
44

5-
#set(CMAKE_OSX_ARCHITECTURES "x86_64")
5+
set(CMAKE_OSX_ARCHITECTURES "x86_64")
66

77
set(CMAKE_INCLUDE_CURRENT_DIR ON)
88

clipboard/CMakeLists.txt.user

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 7.0.2, 2022-06-12T16:08:22. -->
3+
<!-- Written by QtCreator 7.0.2, 2022-06-12T17:29:31. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>
@@ -92,7 +92,7 @@
9292
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">x86-darwin-generic-mach_o-64bit</value>
9393
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">x86-darwin-generic-mach_o-64bit</value>
9494
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{aa14ffd8-ab35-4922-a504-dc79e8941360}</value>
95-
<value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">3</value>
95+
<value type="qlonglong" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
9696
<value type="qlonglong" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
9797
<value type="qlonglong" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
9898
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
@@ -306,7 +306,7 @@
306306
<value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
307307
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
308308
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
309-
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/Users/zhiyuan/Documents/project/clipboard_desktop_cpp/build-clipboard-x86_darwin_generic_mach_o_64bit-MinSizeRel/clipboard.app/Contents/MacOS</value>
309+
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/Users/zhiyuan/Documents/project/clipboard_desktop_cpp/build-clipboard-x86_darwin_generic_mach_o_64bit-Release/clipboard.app/Contents/MacOS</value>
310310
</valuemap>
311311
<value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
312312
</valuemap>

0 commit comments

Comments
 (0)