Re: CMake: Q_WS_X11 not set if qt5 is installed

2013-07-08 Thread Kornel Benko
Am Sonntag, 7. Juli 2013 um 16:20:13, schrieb Scott Kostyshak > On Sun, Jul 7, 2013 at 4:15 PM, Vincent van Ravesteijn wrote: > > Op 7-7-2013 10:04, Kornel Benko schreef: > > > > Am Sonntag, 7. Juli 2013 um 02:47:20, schrieb Scott Kostyshak > > > > > >> On Ubuntu 13.04: > > > >> > > > >> FindQt4

Re: CMake: Q_WS_X11 not set if qt5 is installed

2013-07-08 Thread Kornel Benko
Am Sonntag, 7. Juli 2013 um 16:13:07, schrieb Scott Kostyshak > On Sun, Jul 7, 2013 at 4:04 AM, Kornel Benko wrote: > > > FindQt4.cmake is a copy of the cmake-provided module. (Very outdated > > version). > > > > As I understood from the cmake-list, the new module should handle the case > > of >

Re: CMake: Q_WS_X11 not set if qt5 is installed

2013-07-07 Thread Scott Kostyshak
On Sun, Jul 7, 2013 at 4:15 PM, Vincent van Ravesteijn wrote: > Op 7-7-2013 10:04, Kornel Benko schreef: > > Am Sonntag, 7. Juli 2013 um 02:47:20, schrieb Scott Kostyshak > > >> On Ubuntu 13.04: > >> > >> FindQt4.cmake gets confused when I have qt5 libraries installed (even > >> if I have qt4 lib

Re: CMake: Q_WS_X11 not set if qt5 is installed

2013-07-07 Thread Vincent van Ravesteijn
Op 7-7-2013 10:04, Kornel Benko schreef: Am Sonntag, 7. Juli 2013 um 02:47:20, schrieb Scott Kostyshak > On Ubuntu 13.04: > > FindQt4.cmake gets confused when I have qt5 libraries installed (even > if I have qt4 libraries installed also). > for qmake (or maybe I'm wrong). Ideally qmake

Re: CMake: Q_WS_X11 not set if qt5 is installed

2013-07-07 Thread Scott Kostyshak
On Sun, Jul 7, 2013 at 4:04 AM, Kornel Benko wrote: > FindQt4.cmake is a copy of the cmake-provided module. (Very outdated > version). > > As I understood from the cmake-list, the new module should handle the case > of > > simultaneously installed qt4+qt5. > > > > I am not sure, if this module ne