mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
linkoptions for QT are needed (nw)
This commit is contained in:
parent
ce5ccff643
commit
aea6bc4bb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user