typo fix, SDL compile fix [qmc2] (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-01 14:08:14 +02:00
parent 26214cc6ec
commit 39fc214596

View file

@ -111,7 +111,7 @@ function osdmodulesbuild()
}
else
buildoptions {
string.gsub(os.outputof("pkg-config --cflags Qt"), '[\r\n]+', ' '),
string.gsub(os.outputof("pkg-config --cflags QtGui"), '[\r\n]+', ' '),
}
end
else