Re: [CMake] CMake with Qt5

2013-03-24 Thread Bogdan Cristea
On Sunday 24 March 2013 13:41:31 you wrote: > Christea sent me a private response which has gotten me farther than > before. {Thanks Christea!} > > The next issue I face is that it is not processing the *.ui files. I am > missing the replacement for qt4_wrap_ui. How do I include the *.ui files

Re: [CMake] CMake with Qt5

2013-03-24 Thread Alok Govil
Hi all, Christea sent me a private response which has gotten me farther than before. {Thanks Christea!} The next issue I face is that it is not processing the *.ui files. I am missing the replacement for qt4_wrap_ui. How do I include the *.ui files? Below are the key pieces from my curren

Re: [CMake] CMake with Qt5

2013-03-24 Thread Stephen Kelly
Alok Govil wrote: > Hi all, > > > > I had Qt4 functional with CMake, but cannot get Qt5 to work (have upgraded > to the latest version of CMake). I have tried everything I could find > including a prior post on the Cmake mailing list, to no avail. Here's another relevant link :) : http://w

Re: [CMake] does target_include_directories support SYSTEM?

2013-03-24 Thread Stephen Kelly
Matthew Woehlke wrote: > See subject. I have a target that is the compiled sources from some > stuff generated by Google Protobuf, which means using the headers also > depend on ${PROTOBUF_INCLUDE_DIRS}. I would like to have this be a > SYSTEM include... is this supported? Nope. It would be possi