Hi Thijs,

your Qt5 installation should provide Qt5WidgetsConfig.cmake.

on my box :
jeyzu@bigdaddy: ~  $ pacman -Qo $(locate Qt5WidgetsConfig.cmake | head -n1)
/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake is owned by qt5-base 5.7.0-3

to fix this, first locate your Qt5WidgetsConfig.cmake file,
then try to set CMAKE_PREFIX_PATH.

on my system I would do :
  export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:/usr/lib/cmake/Qt5Widgets/

regards !

On Sunday 16 October 2016  16:48, Thijs van severen wrote :
> hi Sebastian
> i just tried to build the 'future' branch but i get this :
> 
> *CMake Error at CMakeLists.txt:130 (FIND_PACKAGE):*
> *  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this
> project*
> *  has asked CMake to find a package configuration file provided by*
> *  "Qt5Widgets", but CMake did not find one.*
> 
> *  Could not find a package configuration file provided by "Qt5Widgets"
> with*
> *  any of the following names:*
> 
> *    Qt5WidgetsConfig.cmake*
> *    qt5widgets-config.cmake*
> 
> *  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set*
> *  "Qt5Widgets_DIR" to a directory containing one of the above files.  If*
> *  "Qt5Widgets" provides a separate development package or SDK, be sure it
> has*
> *  been installed.*
> 
> i checked and it looks like all the correct qt5 libs are installed, but i'm
> probably just missing something obvious (as usual ;-)
> any tips ?
> 
> grtz
> Thijs
> 
> 
> 
> 2016-10-04 15:35 GMT+02:00 <mau...@smoors.de>:
> 
> > Hi everyone,
> >
> > i've created a "future" branch at our git repository which holds some
> > new features for 0.9.8.
> >
> > At the moment, i've merged the QT5 branch and jdekozak's midi control
> > branch. In addition, i've added some lines of code to use the "fusion"
> > theme as a default theme since the "plastique" theme seems to be not
> > present with QT5.
> >
> > My personal interest is currently in adding OSC support, the addition of
> > a playback track and general improvements of the user interface.
> > Aurelien's "Menu redesign" will be a good starting point for the work on
> > the user interface.
> >
> > Beside this, I'm really looking forward to the promising pull requests
> > of elpescado (esp. the automation feature). Please speak up if you need
> > help somewhere :)
> >
> > So if someone is planning to contribute bigger features for 0.9.8 or has
> > some comments on some of the mentioned ideas, please speak up and let's
> > start the discussion about 0.9.8!
> >
> > Best regards and thanks for all the (existing and coming) contributions,
> >
> > Sebastian
> >
> > ------------------------------------------------------------
> > ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > _______________________________________________
> > Hydrogen-devel mailing list
> > Hydrogen-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
> >
> 
> 
> 
> -- 
> follow me on my Audio & Linux blog <http://audio-and-linux.blogspot.com/> !

> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot

> _______________________________________________
> Hydrogen-devel mailing list
> Hydrogen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

-----------------------
Jérémy Zurcher
rue des Charmilles 7
1400 Yverdon-les-bains
+41 (0) 79 599 84 27

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to