minor clean up
This commit is contained in:
parent
96c66c6118
commit
04cb38e25d
1 changed files with 108 additions and 121 deletions
13
Jamulus.pro
13
Jamulus.pro
|
@ -260,7 +260,6 @@ DISTFILES_OBOE += libs/oboe/AUTHORS \
|
|||
HEADERS += $$OBOE_HEADERS
|
||||
SOURCES += $$OBOE_SOURCES
|
||||
DISTFILES += $$DISTFILES_OBOE
|
||||
|
||||
} else:unix {
|
||||
# we want to compile with C++11
|
||||
CONFIG += c++11
|
||||
|
@ -290,18 +289,6 @@ DISTFILES_OBOE += libs/oboe/AUTHORS \
|
|||
DEFINES += WITH_SOUND
|
||||
}
|
||||
|
||||
# Linux is our source distribution, include sources from other OSs
|
||||
DISTFILES += mac/sound.h \
|
||||
mac/sound.cpp \
|
||||
mac/mainicon.icns \
|
||||
windows/sound.h \
|
||||
windows/sound.cpp \
|
||||
windows/mainicon.rc \
|
||||
windows/mainicon.ico \
|
||||
android/AndroidManifest.xml \
|
||||
android/sound.h \
|
||||
android/sound.cpp
|
||||
|
||||
isEmpty(PREFIX) {
|
||||
PREFIX = /usr/local
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue