Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Peter Kümmel
Peter: You can contact directly by phone any office of Qt worldwide and they have sales people that will answer your questions about pricing. md On Sat, Oct 31, 2015 at 5:05 PM, Peter Kümmel mailto:syntheti...@gmx.net>> wrote:

Re: [Interest] Qt-5.5.1 on Windows, VS-2013 Community, Strange Errors

2015-11-02 Thread Peter Kümmel
Am 02.11.2015 um 14:12 schrieb Robert Iakobashvili: Dear Daniel, Actually, you helped me. The name of the var passed to function was "small" void myFunc (bool small); It appears that for MS-VS "small" is a wrong name for a var. I assume it's a macro. Add #define small XYZ and the compiler

Re: [Interest] Commercial license for embedded project

2015-11-01 Thread Peter Kümmel
mortals ;) md On Sat, Oct 31, 2015 at 5:05 PM, Peter Kümmel mailto:syntheti...@gmx.net>> wrote: Does anybody know the price of a commercial Qt license for an embedded project? I tried to get an answer via the qt.io <http://qt.io> web-formular multiple times but got no ans

[Interest] Commercial license for embedded project

2015-10-31 Thread Peter Kümmel
Does anybody know the price of a commercial Qt license for an embedded project? I tried to get an answer via the qt.io web-formular multiple times but got no answer. We wanna link Qt statically to reduce the binary size. When using link-time-optimization we could shrink the binary size to nearl

Re: [Interest] Windows deployment. Failed to start because of missing platform plugin...

2015-08-29 Thread Peter Kümmel
Deploying a MSVC build is a bit annoying because of this redistributable stuff. Didn't it require admin rights for installing? In corporations a user often does not have enough rights for installing software. Therefore for deploying I prefer a MinGW build of Qt, it depends on such a old runtime li

[Interest] [Announcement] StateMachineViewer

2014-10-04 Thread Peter Kümmel
I've created a stand alone class to visualize QStateMachine states. It's based on GammaRay's state machine plugin, and has graphviz integrated to simplify building (especially on Windows): https://github.com/syntheticpp/StateMachineViewer Usage is very simple: StateMachineViewer is designed t

Re: [Interest] Size of libQt5Core in 5.3

2014-05-13 Thread Peter Kümmel
On 13.05.2014 00:14, Ian Monroe wrote: > On Mon, May 12, 2014 at 2:55 PM, Peter Kümmel wrote: >> On 12.05.2014 23:29, Daniel Bowen wrote: >>> >>> If anyone has other things to add, please do. >> >> Maybe it is worth to think about a Qt library which really

Re: [Interest] Size of libQt5Core in 5.3

2014-05-13 Thread Peter Kümmel
On 13.05.2014 00:01, Thiago Macieira wrote: > Em seg 12 maio 2014, às 23:55:27, Peter Kümmel escreveu: >>> If anyone has other things to add, please do. >> >> Maybe it is worth to think about a Qt library which really only >> provides essential stuff. > > Plea

Re: [Interest] Size of libQt5Core in 5.3

2014-05-12 Thread Peter Kümmel
st1=bowensite@qt-project.org > [mailto:interest-bounces+qtmailinglist1=bowensite@qt-project.org] On > Behalf Of Peter Kümmel > Sent: Monday, May 12, 2014 2:48 AM > To: interest@qt-project.org > Subject: Re: [Interest] Size of libQt5Core in 5.3 > > On 11.05.2014 09:20, Daniel

Re: [Interest] Size of libQt5Core in 5.3

2014-05-12 Thread Peter Kümmel
On 11.05.2014 09:20, Daniel Bowen wrote: > I have an embedded environment where we usenon-UI parts of Qt (Qt Core, Qt > Networking)on an ARM host processor. > > We’ve been using 4.8.4for a little while. There’s some other changes comingto > this code, and we’ve been looking to move > to5.xwith th

Re: [Interest] Scripting & Debugger

2012-08-23 Thread Peter Kümmel
On 23.08.2012 00:31, Thiago Macieira wrote: > On quarta-feira, 22 de agosto de 2012 21.24.49, Peter Kümmel wrote: >> I'm looking for a scripting language with a debugger. >> Binding to C/C++ should be simple and the debugger should be embeddable. >> In times of Qt4

Re: [Interest] Scripting & Debugger

2012-08-23 Thread Peter Kümmel
On 23.08.2012 11:29, Konstantin Tokarev wrote: > > > 22.08.2012, 23:24, "Peter Kümmel": >> I'm looking for a scripting language with a debugger. >> Binding to C/C++ should be simple and the debugger should be embeddable. > > I'd recommended you t

[Interest] Scripting & Debugger

2012-08-22 Thread Peter Kümmel
I'm looking for a scripting language with a debugger. Binding to C/C++ should be simple and the debugger should be embeddable. In times of Qt4 this would be QtScript and scripttools/debugging but this is all "done". Is there such a combination in Qt5? AFAIK QML could be used also as a scripting