From 869c137379a110fd7dabeb6a1b390e18285231b6 Mon Sep 17 00:00:00 2001 From: Jarod42 Date: Tue, 16 Jul 2024 14:34:05 +0200 Subject: [PATCH] Fix typo --- qt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.lua b/qt.lua index 867b5ed..6fe263f 100644 --- a/qt.lua +++ b/qt.lua @@ -357,7 +357,7 @@ function premake.extensions.qt.getTool(name, fcfg, cfg) end -- For the other tools on non-Windows platform, check the version... - if premake.checkVersion(qtversion, "<6.1") then + if premake.checkVersion(cfg.qtversion, "<6.1") then return path.join(fcfg.config.qtbinpath, name) else return path.join(fcfg.config.qtlibexecpath, name)