Re: [Qbs] Changing the default value of consoleApplication

2020-04-08 Thread Иван Комиссаров
I don’t mind adding QtWidgetsApplication item Ivan > 8 апр. 2020 г., в 22:33, Alberto Mardegan > написал(а): > > On 08/04/20 13:21, Oswald Buddenhagen wrote: >> i'm not convinced. qt.widgets and qt.quick could reasonably do that, but >> gui is perfectly suitable for console-only apps. > > mmm

Re: [Qbs] Changing the default value of consoleApplication

2020-04-08 Thread Alberto Mardegan
On 08/04/20 13:21, Oswald Buddenhagen wrote: > i'm not convinced. qt.widgets and qt.quick could reasonably do that, but > gui is perfectly suitable for console-only apps. mmm... you are right, there might be a QtGuiApplication which uses QImage to do some processing but never creates a window. On

Re: [Qbs] Q_INIT_RESOURCE on Windows

2020-04-08 Thread Alberto Mardegan
On 08/04/20 00:33, Иван Комиссаров wrote: > From the Qt documentation: > > "The Q_INIT_RESOURCE() macro is necessary on some platforms for > resources stored in a *static* library.» Oops! Sorry for the noise, and thanks for the pointer! :-) Ciao, Alberto -- http://www.mardy.it - Geek in un l

Re: [Qbs] Changing the default value of consoleApplication

2020-04-08 Thread Oswald Buddenhagen
On Tue, Apr 07, 2020 at 10:08:47PM +0300, Alberto Mardegan wrote: I've recently built a Windows application with QBS, and was a bit surprised that it was built as a console application (the terminal opened when running it). Would anyone object if I submit a change to the QtGuiApplication item,