ioquake / launch

The launcher for ioquake3.
Other
37 stars 16 forks source link

Fix launching ioq3 on Linux #4

Closed zturtleman closed 10 years ago

zturtleman commented 10 years ago

Q_OS_X11 does not exist (it was a Qt documentation error). Q_OS_UNIX is also defined on Mac, so move Unix block after Mac. There is a specific Q_OS_LINUX, but it's a general Unix style command.

Also added error message for unhandled platforms.