STYLE: reference the location of sources via the sourceBASE variable

- in the future it may be useful to locate all the sources under a
  sub-directory instead
This commit is contained in:
mark
2016-11-27 16:23:21 +01:00
parent cc2161856b
commit 318e249542
17 changed files with 51 additions and 48 deletions

2
makeQt
View File

@ -104,8 +104,8 @@ fi
#
# Build QT
QT_SOURCE_DIR=$sourceBASE/$qtPACKAGE
QT_ARCH_PATH=$installBASE/qt-$qtVERSION
QT_SOURCE_DIR=$WM_THIRD_PARTY_DIR/$qtPACKAGE
echo
echo ========================================