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
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
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
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
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
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
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
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
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
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
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
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
> -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".
>
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
14 matches
Mail list logo