> From: Shriramana Sharma
> To: Konstantin Tokarev
> Cc: "interest@qt-project.org"
> Sent: Tuesday, August 14, 2012 7:59 AM
> Subject: Re: [Interest] Proper way of testing whether Qt is being used by a
> program
>
> On Tue, Aug 14, 2012 at 4:33 PM, Konsta
On Tuesday 14 August 2012 13:59:27 Shriramana Sharma wrote:
> So would you advice to use the generic C++ classes anyway?
Simple: if you want to / need to use Qt in your library, then do this
(probably mixing with std classes). If your library can be done without Qt,
and you're planning to use it
On Tue, Aug 14, 2012 at 4:33 PM, Konstantin Tokarev wrote:
> If you still want to switch them by #ifdef, you should consider using custom
> define
> passed by user or configuration option of your library.
Hi thanks for your reply.
Basically I'm writing the library primarily for my own personal
14.08.2012, 14:57, "Shriramana Sharma" :
> Hello I'm new to this list. I'm an academic of the humanities and use
> Qt now and then via C++ / Python+PyQt in relation with my academic
> projects. I should not I'm *not* a highly experienced advanced
> programmer, but am OK with intermediate stuff.
>
Hello I'm new to this list. I'm an academic of the humanities and use
Qt now and then via C++ / Python+PyQt in relation with my academic
projects. I should not I'm *not* a highly experienced advanced
programmer, but am OK with intermediate stuff.
I have a small library which I would like to be use