Skip to content

Commit

Permalink
#2912 macos: test building on x86_64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 28, 2024
1 parent 2f9e238 commit fdd5e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/QOwnNotes.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ QT += core gui widgets sql svg network xml printsupport qml websockets con

CONFIG += with_aspell

# Build on macOS with both architectures
QMAKE_APPLE_DEVICE_ARCHS = x86_64 arm64

# enable pch for DEV_MODE
# put any dev specific options here
CONFIG(DEV_MODE) {
Expand Down

0 comments on commit fdd5e05

Please sign in to comment.