Actual cmake config in QT
-
Hi All,
Pardon me: I 'm working with Qt Creator 3.0.1 (Qt 5.2.1 libraries) and cmake 2.8.12,
In my project I have the main, a qmainwindows...some ui forms, in short a simple Qt Widget application with gui
Would it be possible to get an ACTUAL CMAKEconfiguration (I mean a fully working CMakeLists.txt ) for a similar project (with all...even macro like QT5_WRAP_CPP or QT5_WRAP_UI)??
All practical examples I could find are related to QT4 library, an the official doclike:
https://qt-project.org/quarterly/view/using_cmake_to_build_qt_projects
or
http://qt-project.org/doc/qt-5/cmake-manual.htmlhave not a COMPLETE example
Thanks in advance
Marco