mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Fix qmake warning
This commit is contained in:
@@ -69,7 +69,7 @@ system($$TOUCH $$system_path($$BuildRoot/swift_config.cookie)) {
|
|||||||
PRE_TARGETDEPS += $${swift_config_changed.target}
|
PRE_TARGETDEPS += $${swift_config_changed.target}
|
||||||
}
|
}
|
||||||
else:msvc {
|
else:msvc {
|
||||||
warning(Failed to create swift_config.cookie, you will need to manually run qmake again after any changes in $$join(SWIFT_CONFIG_JSON, ", ").)
|
warning(Failed to create swift_config.cookie; you will need to manually run qmake again after any changes in $$join(SWIFT_CONFIG_JSON, ", ").)
|
||||||
}
|
}
|
||||||
|
|
||||||
################################
|
################################
|
||||||
|
|||||||
Reference in New Issue
Block a user