Re: [CMake] CMake, QT5 and cross compilation

2015-12-20 Thread Hauke Krüger
Hi Dave, hi Jakob, thank you for the responses to my question. I finally found "my" solution: It seems that the creators of the cmake Qt5 toolchain have created some undocumented hooks: In Qt5CoreConfigExtras, the moc is specified as an imported target: >> if (NOT TARGET Qt5::moc) >>

[CMake] CMake, QT5 and cross compilation

2015-12-17 Thread Hauke Krüger
Hi everybody, I have a project which builds to realize a Qt5 application. I use the latest CMAKE Qt5 mechanisms such as AUTOMOC etc with good success. The project builds on Raspberry Pi if cmake is run on the Raspberry Pi itself since all Qt tools are available and run also on the Raspberry Pi.

[CMake] Problems with cmake in Windows related to maximum path length

2015-11-05 Thread Hauke Krüger
Hi everybody, I am a new user of cmake and a new member of this mailing list. Apologies in case the reason for my problem is the fact that I am not experienced with using cmake. I use cmake to generate "nmake Makefiles" in Windows (Visual Studio compiler). The project is rather large, hence, I