From aea6bc4bb87fbb0575df5dfe378ba921f6bc2051 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 28 Mar 2015 07:15:14 +0100 Subject: [PATCH] linkoptions for QT are needed (nw) --- scripts/src/osd/sdl_cfg.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/src/osd/sdl_cfg.lua b/scripts/src/osd/sdl_cfg.lua index b94c19d999d..50c01ef8806 100644 --- a/scripts/src/osd/sdl_cfg.lua +++ b/scripts/src/osd/sdl_cfg.lua @@ -58,9 +58,9 @@ if _OPTIONS["targetos"]=="linux" then 'QtCore', } - --linkoptions { - -- '$(shell pkg-config --libs QtGui)', - --} + linkoptions { + '$(shell pkg-config --libs QtGui)', + } end if _OPTIONS["targetos"]=="macosx" then