Use Qwt from externals

This commit is contained in:
Klaus Basan
2019-01-11 13:59:40 +01:00
committed by Mat Sutcliffe
parent 935cffe250
commit 77a0d628f2
2 changed files with 20 additions and 5 deletions

View File

@@ -127,8 +127,8 @@ win32 {
dest_path = $$DestRoot/bin
}
else:macx {
copy_command = cp
source_path = $$EXTERNALS_LIB_DIR/*.dylib
copy_command = cp -a
source_path = $$EXTERNALS_LIB_DIR/*.{dylib,framework}
dest_path = $$DestRoot/lib
}
else:unix {