Hi list,
I have an issue caused by a warning in the qt5 brew version in osx when
using Xcode generator
I can safely find the qt framework in the brew cellar:
set(CMAKE_PREFIX_PATH /usr/local/opt/qt5)
find_package(Qt5Widgets REQUIRED)
and with this I can easily add this framework to my project b
Hi,
Sometimes ago I asked for the following feature with ID 0013359:
The issue has been pushed back in the backlog. In the mean I added a patch.
Recently I updated it with the last version of cmake in in git. I wonder if
there was any space for this to be reviewed and in case integrated in the
ma