linkoptions for QT are needed (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-28 07:15:14 +01:00
parent ce5ccff643
commit aea6bc4bb8

View File

@ -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