mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
fix typo (nw)
This commit is contained in:
parent
f6fbdaa2e8
commit
af80289b76
@ -221,8 +221,10 @@ function osdmodulestargetconf()
|
||||
}
|
||||
else
|
||||
if _OPTIONS["QT_HOME"]~=nil then
|
||||
buildoptions {
|
||||
"-I" .. backtick(_OPTIONS["QT_HOME"] .. "/bin/qmake -query QT_INSTALL_LIBS"),
|
||||
linkoptions {
|
||||
"-L" .. backtick(_OPTIONS["QT_HOME"] .. "/bin/qmake -query QT_INSTALL_LIBS"),
|
||||
"-lQtGui",
|
||||
"-lQtCore",
|
||||
}
|
||||
else
|
||||
linkoptions {
|
||||
|
Loading…
Reference in New Issue
Block a user