Re: [Interest] Proper way of testing whether Qt is being used by a program

2012-08-14 Thread BRM
> 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

Re: [Interest] Proper way of testing whether Qt is being used by a program

2012-08-14 Thread R. Reucher
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

Re: [Interest] Proper way of testing whether Qt is being used by a program

2012-08-14 Thread Shriramana Sharma
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

Re: [Interest] Proper way of testing whether Qt is being used by a program

2012-08-14 Thread Konstantin Tokarev
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. >

[Interest] Proper way of testing whether Qt is being used by a program

2012-08-14 Thread 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. I have a small library which I would like to be use