Skip to content

Commit

Permalink
socnetv.pro project file | moved QMAKE_APPLE_DEVICE_ARCHS inside the …
Browse files Browse the repository at this point in the history
…macx section.
  • Loading branch information
oxy86 committed Feb 8, 2025
1 parent f67b400 commit 4dcd177
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions socnetv.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ TARGET = socnetv
VERSION=3.2
LANGUAGE = C++

# Build app for both x86_64 and arm64, see https://doc.qt.io/qt-6/macos.html#architectures
QMAKE_APPLE_DEVICE_ARCHS = x86_64 arm64

# add Qt module support
QT += core
Expand Down Expand Up @@ -203,6 +201,9 @@ macx {
TARGET = SocNetV
QMAKE_CXXFLAGS = -Wno-unused-variable -Wdeprecated-declarations
QMAKE_CXXFLAGS_WARN_ON = -Wall -Wno-unused-parameter -Wdeprecated-declarations

# Build app for both x86_64 and arm64, see https://doc.qt.io/qt-6/macos.html#architectures
QMAKE_APPLE_DEVICE_ARCHS = x86_64 arm64
}


Expand Down

0 comments on commit 4dcd177

Please sign in to comment.