mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-01-22 12:49:03 +08:00
fix: add qt version limit to setDesktopFileName
This commit is contained in:
parent
941ee6cfd1
commit
3441255566
@ -26,7 +26,9 @@ public:
|
||||
setOrganizationName("CodeRush");
|
||||
setOrganizationDomain("coderush.me");
|
||||
setApplicationName("UEFITool");
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
|
||||
setDesktopFileName("uefitool");
|
||||
#endif
|
||||
tool = new UEFITool();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user