Skip to content

Commit

Permalink
fix: add qt version limit to setDesktopFileName
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored and NikolajSchlej committed Jul 4, 2024
1 parent 941ee6c commit 3441255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UEFITool/uefitool_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ class UEFIToolApplication : public QApplication
setOrganizationName("CodeRush");
setOrganizationDomain("coderush.me");
setApplicationName("UEFITool");
#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
setDesktopFileName("uefitool");
#endif
tool = new UEFITool();
}

Expand Down

0 comments on commit 3441255

Please sign in to comment.