mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +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)
|
||||
|
||||
10
swift.pro
10
swift.pro
@@ -9,10 +9,12 @@ OTHER_FILES += *.supp
|
||||
OTHER_FILES += .astylerc
|
||||
OTHER_FILES += $$SWIFT_CONFIG_JSON
|
||||
|
||||
CheckMandatoryDependency(gl)
|
||||
CheckMandatoryDependency(glu)
|
||||
CheckMandatoryDependency(libpng)
|
||||
CheckMandatoryDependency(zlib)
|
||||
!qtc_run {
|
||||
CheckMandatoryDependency(gl)
|
||||
CheckMandatoryDependency(glu)
|
||||
CheckMandatoryDependency(libpng)
|
||||
CheckMandatoryDependency(zlib)
|
||||
}
|
||||
|
||||
swiftConfig(doxygen) {
|
||||
SUBDIRS += docs
|
||||
|
||||
Reference in New Issue
Block a user