Skip to content

Commit

Permalink
Refactoring: Move platform specific code files to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see committed Aug 29, 2022
1 parent 6f10b98 commit 2a604b8
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jamulus.pro
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ win32 {
RC_FILE = mac/mainicon.icns
}

HEADERS += mac/activity.h mac/badgelabel.h
OBJECTIVE_SOURCES += mac/activity.mm mac/badgelabel.mm
HEADERS += src/mac/activity.h src/mac/badgelabel.h
OBJECTIVE_SOURCES += src/mac/activity.mm src/mac/badgelabel.mm
CONFIG += x86
QMAKE_TARGET_BUNDLE_PREFIX = io.jamulus

Expand Down Expand Up @@ -220,8 +220,8 @@ win32 {

} else:ios {
QMAKE_INFO_PLIST = ios/Info.plist
OBJECTIVE_SOURCES += ios/ios_app_delegate.mm
HEADERS += ios/ios_app_delegate.h
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 = io.jamulus
Expand All @@ -247,7 +247,7 @@ win32 {
HEADERS += src/sound/oboe/sound.h

SOURCES += src/sound/oboe/sound.cpp \
android/androiddebug.cpp
src/android/androiddebug.cpp

LIBS += -lOpenSLES
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a604b8

Please sign in to comment.