mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Use Qwt from externals
This commit is contained in:
committed by
Mat Sutcliffe
parent
935cffe250
commit
77a0d628f2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user