Compiling without qmake

edited 2012 Mar 12 in Technical Support
Hello there


I'm trying to build a minimal, gui-less Doomsday Engine. I did it in the past when it used cmake instead of qmake, but I'm not able to do it anymore.
Is it possible to specify it somehow? Are there compilation instructions for this?

thanks

Comments

  • You mean like for running a dedicated server?

    qmake is the only way to build at the moment, and I haven't yet configured a GUI-free option: instead, you'll have to compile a regular build and use command line options to get rid of the GUI. It is in the plans however to add an option to create a real GUI-free executable.
  • Ok, will check back when I'll be able to build a light version without a qt gui.

    thanks!
Sign In or Register to comment.