Skip to content

Commit

Permalink
Attempt Qt 6.8.1 with darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Dec 28, 2024
1 parent 6e63b13 commit 3f3ccc1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,22 @@ win32 {
}

} else:ios {

QMAKE_TARGET_BUNDLE_PREFIX = app.jamulussoftware
QMAKE_ASSET_CATALOGS += src/res/iOSIcons.xcassets
QMAKE_INFO_PLIST = ios/Info.plist

OBJECTIVE_SOURCES += src/ios/ios_app_delegate.mm
HEADERS += src/ios/ios_app_delegate.h
HEADERS += src/sound/coreaudio-ios/sound.h

OBJECTIVE_SOURCES += src/sound/coreaudio-ios/sound.mm
QMAKE_TARGET_BUNDLE_PREFIX = app.jamulussoftware
HEADERS += src/sound/coreaudio-ios/sound.h

LIBS += -framework AVFoundation \
-framework AudioToolbox

QMAKE_CXXFLAGS += -DQT_DEFAULT_MEDIA_BACKEND=darwin

} else:android {
ANDROID_ABIS = armeabi-v7a arm64-v8a x86 x86_64
ANDROID_VERSION_NAME = $$VERSION
Expand Down

0 comments on commit 3f3ccc1

Please sign in to comment.