mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[qmake] skip some steps during QtCreator initial parse phase
This commit is contained in:
@@ -22,7 +22,7 @@ VER_MIN = $$swiftConfig(version.minor)
|
||||
VER_PAT = $$swiftConfig(version.micro)
|
||||
VERSION = $$swiftConfig(version.full)
|
||||
|
||||
!isEmpty(GIT_BIN) {
|
||||
!qtc_run: !isEmpty(GIT_BIN) {
|
||||
isEmpty(VER_REV) {
|
||||
VER_REV = $$gitRevCount()
|
||||
cache(VER_REV)
|
||||
|
||||
Reference in New Issue
Block a user