Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
fc235ac1
Commit
fc235ac1
authored
Sep 17, 2018
by
Leander Schulten
Browse files
Add AudioFFT libs and make compilable on macOS
parent
55b75b0e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Lichtsteuerung.pro
View file @
fc235ac1
...
...
@@ -93,7 +93,6 @@ HEADERS += \
colorplot.h \
audio/sample.h \
test/testsampleclass.h \
audio/capturedatamanager.h \
audio/audiocapturemanager.h
...
...
@@ -108,6 +107,16 @@ win32-msvc{
LIBS += -L$$PWD/lib/boost/
}
macx{
#AudioFFT
LIBS += -L$$PWD/'lib
/
AudioFFT
/
dll' -lAudioFFT.1
INCLUDEPATH += $$PWD/'lib
/
AudioFFT
/
include'
#https://forum.qt.io/topic/59209/solved-osx-deployment-fatal-error-with-dylib-library-not-loaded-image-not-found/4
Resources.files += libAudioFFT.1.dylib
Resources.path = Contents/MacOS
QMAKE_BUNDLE_DATA += Resources
}
win32-g++{
#AudioFFT
LIBS += -L$$PWD/'lib
/
AudioFFT
/
dll' -lAudioFFT
...
...
lib/AudioFFT/dll/libAudioFFT.1.0.0.dylib
0 → 100755
View file @
fc235ac1
File added
lib/AudioFFT/dll/libAudioFFT.1.0.dylib
0 → 120000
View file @
fc235ac1
libAudioFFT.1.0.0.dylib
\ No newline at end of file
lib/AudioFFT/dll/libAudioFFT.1.dylib
0 → 120000
View file @
fc235ac1
libAudioFFT.1.0.0.dylib
\ No newline at end of file
lib/AudioFFT/dll/libAudioFFT.dylib
0 → 120000
View file @
fc235ac1
libAudioFFT.1.0.0.dylib
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment