Windows server 2012 support
This commit is contained in:
parent
d57e56de70
commit
74a517d985
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ bool TapController::oldDriversRequired()
|
||||||
{
|
{
|
||||||
if (QOperatingSystemVersion::current() <= QOperatingSystemVersion::Windows7) return true;
|
if (QOperatingSystemVersion::current() <= QOperatingSystemVersion::Windows7) return true;
|
||||||
if (QSysInfo::prettyProductName().contains("Server 2008")) return true;
|
if (QSysInfo::prettyProductName().contains("Server 2008")) return true;
|
||||||
|
if (QSysInfo::prettyProductName().contains("Server 2012")) return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue