mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
[swift.pro] Info about expiry date default
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
const QDateTime &BlackConfig::CBuildConfig::getEol()
|
const QDateTime &BlackConfig::CBuildConfig::getEol()
|
||||||
{
|
{
|
||||||
static const QString eol(\"$$swiftConfig(endOfLife)\"); // config.pri
|
static const QString eol(\"$$swiftConfig(endOfLife)\"); // config.pri, defaults in default.json
|
||||||
static const QDateTime dt(eol.isEmpty() ? QDateTime() : QDateTime::fromString(eol, \"yyyyMMdd\"));
|
static const QDateTime dt(eol.isEmpty() ? QDateTime() : QDateTime::fromString(eol, \"yyyyMMdd\"));
|
||||||
return dt;
|
return dt;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ OTHER_FILES += mkspecs/features/*.prf
|
|||||||
OTHER_FILES += mkspecs/features/*.pri
|
OTHER_FILES += mkspecs/features/*.pri
|
||||||
OTHER_FILES += *.supp
|
OTHER_FILES += *.supp
|
||||||
OTHER_FILES += .astylerc
|
OTHER_FILES += .astylerc
|
||||||
|
OTHER_FILES += $$SWIFT_CONFIG_JSON
|
||||||
|
|
||||||
CheckMandatoryDependency(gl)
|
CheckMandatoryDependency(gl)
|
||||||
CheckMandatoryDependency(glu)
|
CheckMandatoryDependency(glu)
|
||||||
|
|||||||
Reference in New Issue
Block a user