mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +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}
|
||||
}
|
||||
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