mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #461 Only complain about missing externals when qmake is really generating build files.
This is so we can use the fromfile function to extract variables from pro files.
This commit is contained in:
@@ -2,3 +2,4 @@ SourceRoot=$$PWD
|
||||
BuildRoot=$$shadowed($$SourceRoot)
|
||||
DestRootDebug=$$BuildRoot/out/debug
|
||||
DestRootRelease=$$BuildRoot/out/release
|
||||
CONFIG+=in_full_qmake
|
||||
|
||||
@@ -107,7 +107,7 @@ isEmpty(EXTERNALSROOT) {
|
||||
EXTERNALSROOT = $$SourceRoot/externals
|
||||
}
|
||||
|
||||
!exists("$$EXTERNALSROOT/common/include") {
|
||||
!exists("$$EXTERNALSROOT/common/include"):in_full_qmake {
|
||||
error("Could not find externals in $$EXTERNALSROOT. Please install it!")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user