Merge pull request #247 from seb314/submit/install_path_option
optional INSTALL_PATH qmake flag (on unix)
This commit is contained in:
commit
003eebe676
1 changed files with 10 additions and 0 deletions
10
Jamulus.pro
10
Jamulus.pro
|
@ -301,6 +301,16 @@ DISTFILES_OBOE += libs/oboe/AUTHORS \
|
||||||
android/AndroidManifest.xml \
|
android/AndroidManifest.xml \
|
||||||
android/sound.h \
|
android/sound.h \
|
||||||
android/sound.cpp
|
android/sound.cpp
|
||||||
|
|
||||||
|
isEmpty(PREFIX) {
|
||||||
|
PREFIX = /usr/local
|
||||||
|
}
|
||||||
|
isEmpty(BINDIR) {
|
||||||
|
BINDIR = bin
|
||||||
|
}
|
||||||
|
BINDIR = $$absolute_path($$BINDIR, $$PREFIX)
|
||||||
|
INSTALLS += target
|
||||||
|
target.path = $$BINDIR
|
||||||
}
|
}
|
||||||
|
|
||||||
RCC_DIR = src/res
|
RCC_DIR = src/res
|
||||||
|
|
Loading…
Reference in a new issue