Re: [Interest] Is QEventPrivate a remnant?

2016-02-10 Thread Thiago Macieira
On quinta-feira, 11 de fevereiro de 2016 03:27:19 PST Nye wrote: > Hello and thanks for the prompt reply! > > > You cannot modify QEvent. > > Do you mean your own class? Whether it's derived from QEvent or not is > > irrelevant to whether you can add members. > > I meant that I'm deriving from QE

Re: [Interest] Is QEventPrivate a remnant?

2016-02-10 Thread Nye
Hello and thanks for the prompt reply! > You cannot modify QEvent. > Do you mean your own class? Whether it's derived from QEvent or not is > irrelevant to whether you can add members. I meant that I'm deriving from QEvent. When I derived from QCoreApplication, I also did it for QCoreApplicationPr

Re: [Interest] Is QEventPrivate a remnant?

2016-02-10 Thread Thiago Macieira
On quinta-feira, 11 de fevereiro de 2016 02:48:11 PST Nye wrote: > Hello, > In qcoreevent.h one could see that a pointer to the forward > declared QEventPrivate is declared as a member of QEvent, however I wasn't > able to see that class defined anywhere. Is this a leftover from a previous > versio

[Interest] Is QEventPrivate a remnant?

2016-02-10 Thread Nye
Hello, In qcoreevent.h one could see that a pointer to the forward declared QEventPrivate is declared as a member of QEvent, however I wasn't able to see that class defined anywhere. Is this a leftover from a previous version or something that was never implemented? As I'm implementing a few of my

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-10 Thread Stephen Kelly
Matthew Woehlke wrote: > On 2016-02-09 22:43, Konstantin Podsvirov wrote: >> And the Qt project provides great support CMake, how to use the frame >> (export modules), and support Qt Creator IDE. > > Yes, Qt is practically a poster child for what projects *ought* to be > doing to make themselves

Re: [Interest] background uploads in iOS

2016-02-10 Thread mark diener
maybe? https://github.com/colede/qt-app-delegate md On Wed, Feb 10, 2016 at 2:19 PM, Jason H wrote: > I was reading on how I can do background uploads and it seems as os iOS 7, > there is a facility to do this. > ( > https://developer.apple.com/library/ios/documentation/Foundation/Reference/N

[Interest] background uploads in iOS

2016-02-10 Thread Jason H
I was reading on how I can do background uploads and it seems as os iOS 7, there is a facility to do this. ( https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSURLSession_class/index.html ) ( https://developer.apple.com/library/ios/documentation/General/Reference/Info

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-10 Thread Konstantin Tokarev
10.02.2016, 22:17, "Matthew Woehlke" : > On 2016-02-09 04:04, Diego Iastrubni wrote: >>  On Mon, Feb 8, 2016 at 11:21 PM, Thiago Macieira wrote: >>>  qmake's philosophy is "assume everything is there and just use it". >>>  It's meant mostly for using Qt itself, so you can be sure that all >>>  of

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-10 Thread Matthew Woehlke
On 2016-02-09 22:43, Konstantin Podsvirov wrote: > And the Qt project provides great support CMake, how to use the frame (export > modules), and support Qt Creator IDE. Yes, Qt is practically a poster child for what projects *ought* to be doing to make themselves easy to use by other CMake projec

Re: [Interest] [ANN] build2 - C++ build toolchain

2016-02-10 Thread Matthew Woehlke
On 2016-02-09 04:04, Diego Iastrubni wrote: > On Mon, Feb 8, 2016 at 11:21 PM, Thiago Macieira wrote: >> qmake's philosophy is "assume everything is there and just use it". >> It's meant mostly for using Qt itself, so you can be sure that all >> of it is present. If you use third-party libraries an

Re: [Interest] WIndows | QMake | DLL

2016-02-10 Thread Igor Mironchik
Thank you. Yves Bailly is right, I forgot about Q_DECL_EXPORT & Q_DECL_IMPORT On 10.02.2016 18:13, Yves Bailly wrote: -Original Message- I'm trying to build my project on windows using MSVC 2013. Project consist of shared lib project and app project. app project depends on shared l

Re: [Interest] WIndows | QMake | DLL

2016-02-10 Thread Nye
Hello, Are you shadow-building? Usually this creates some confusion about where files are to be put, at least this is my experience with win. Kind regards. On Wed, Feb 10, 2016 at 5:04 PM, Igor Mironchik wrote: > Hi guys, > > I'm trying to build my project on windows using MSVC 2013. > > Projec

Re: [Interest] WIndows | QMake | DLL

2016-02-10 Thread Yves Bailly
> -Original Message- > I'm trying to build my project on windows using MSVC 2013. > > Project consist of shared lib project and app project. app project > depends on shared lib. > > Everything is fine, but on final link I always receive error like: > "cannot open input file MyDll.lib". >

[Interest] WIndows | QMake | DLL

2016-02-10 Thread Igor Mironchik
Hi guys, I'm trying to build my project on windows using MSVC 2013. Project consist of shared lib project and app project. app project depends on shared lib. Everything is fine, but on final link I always receive error like: "cannot open input file MyDll.lib". MyDll.dll is built, but MyDll