fix typo (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-13 19:00:45 +02:00
parent f6fbdaa2e8
commit af80289b76

View File

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