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
|
HEADERS += $$OBOE_HEADERS
|
||||||
SOURCES += $$OBOE_SOURCES
|
SOURCES += $$OBOE_SOURCES
|
||||||
DISTFILES += $$DISTFILES_OBOE
|
DISTFILES += $$DISTFILES_OBOE
|
||||||
|
|
||||||
} else:unix {
|
} else:unix {
|
||||||
# we want to compile with C++11
|
# we want to compile with C++11
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
@ -290,18 +289,6 @@ DISTFILES_OBOE += libs/oboe/AUTHORS \
|
||||||
DEFINES += WITH_SOUND
|
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) {
|
isEmpty(PREFIX) {
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue