mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +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)
|
VER_PAT = $$swiftConfig(version.micro)
|
||||||
VERSION = $$swiftConfig(version.full)
|
VERSION = $$swiftConfig(version.full)
|
||||||
|
|
||||||
!isEmpty(GIT_BIN) {
|
!qtc_run: !isEmpty(GIT_BIN) {
|
||||||
isEmpty(VER_REV) {
|
isEmpty(VER_REV) {
|
||||||
VER_REV = $$gitRevCount()
|
VER_REV = $$gitRevCount()
|
||||||
cache(VER_REV)
|
cache(VER_REV)
|
||||||
|
|||||||
10
swift.pro
10
swift.pro
@@ -9,10 +9,12 @@ OTHER_FILES += *.supp
|
|||||||
OTHER_FILES += .astylerc
|
OTHER_FILES += .astylerc
|
||||||
OTHER_FILES += $$SWIFT_CONFIG_JSON
|
OTHER_FILES += $$SWIFT_CONFIG_JSON
|
||||||
|
|
||||||
CheckMandatoryDependency(gl)
|
!qtc_run {
|
||||||
CheckMandatoryDependency(glu)
|
CheckMandatoryDependency(gl)
|
||||||
CheckMandatoryDependency(libpng)
|
CheckMandatoryDependency(glu)
|
||||||
CheckMandatoryDependency(zlib)
|
CheckMandatoryDependency(libpng)
|
||||||
|
CheckMandatoryDependency(zlib)
|
||||||
|
}
|
||||||
|
|
||||||
swiftConfig(doxygen) {
|
swiftConfig(doxygen) {
|
||||||
SUBDIRS += docs
|
SUBDIRS += docs
|
||||||
|
|||||||
Reference in New Issue
Block a user