mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #403 refactor project files
* Use source path and build path instead of relative ones * Unify pre target dependencies in libraries.pri
This commit is contained in:
@@ -12,7 +12,7 @@ isEmpty(EXTERNALDIR) {
|
||||
|
||||
# if no env variable is set, we use the standard path in the client folder.
|
||||
isEmpty(EXTERNALDIR) {
|
||||
EXTERNALDIR = $$TOPSRCDIR/externals
|
||||
EXTERNALDIR = $$SourceRoot/externals
|
||||
}
|
||||
|
||||
# Test the folder if it exists and has a include subfolder
|
||||
|
||||
Reference in New Issue
Block a user