Re: [Interest] Build Qt for command line only

2016-08-04 Thread Mike Jackson

Thiago Macieira wrote:

On quinta-feira, 4 de agosto de 2016 00:41:59 PDT Scott Aron Bloom wrote:

Im playing with the new Bash/WSL for windows 10, and want to create a Qt
package.

There is no X available, its only CLI based, what configuration options are
the best for this setup?


The XCB plugin is optional. Just don't build it. You'll still have offscreen.

Or if you really want no GUI, configure -no-gui.

Actually there is a blog post and code (on git hub) of someone running 
the full Unity desktop under the "Linux on Windows" thing. 
http://www.omgubuntu.co.uk/2016/07/someone-just-installed-unity-windows


so maybe you _could_ do the whole Qt package?

--
Michael A. Jackson
BlueQuartz Software, LLC
[e]: mike.jack...@bluequartz.net
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Build Qt for command line only

2016-08-03 Thread Thiago Macieira
On quinta-feira, 4 de agosto de 2016 00:41:59 PDT Scott Aron Bloom wrote:
> Im playing with the new Bash/WSL for windows 10, and want to create a Qt
> package.
> 
> There is no X available, its only CLI based, what configuration options are
> the best for this setup?

The XCB plugin is optional. Just don't build it. You'll still have offscreen.

Or if you really want no GUI, configure -no-gui.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] Build Qt for command line only

2016-08-03 Thread Scott Aron Bloom
Im playing with the new Bash/WSL for windows 10, and want to create a Qt 
package.

There is no X available, its only CLI based, what configuration options are the 
best for this setup?

Scott
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest