Found: diff --git a/cmake/BuildPlugin.cmake b/cmake/BuildPlugin.cmake index 4c46752..3a2d2e4 100644 --- a/cmake/BuildPlugin.cmake +++ b/cmake/BuildPlugin.cmake @@ -52,7 +52,7 @@ MACRO (BUILD_LXQT_PLUGIN NAME) else() # static add_library(${NAME} STATIC ${SRC}) # build statically linked lib endif() - target_link_libraries(${NAME} ${QTX_LIBRARIES} ${LXQT_LIBRARIES} ${LIBRARIES} KF5::WindowSystem) + target_link_libraries(${NAME} ${QTX_LIBRARIES} ${LXQT_LIBRARIES} ${LIBRARIES} KF5::WindowSystem KF5::Solid)
install(FILES ${CONFIG_FILES} DESTINATION ${PLUGIN_SHARE_DIR}) install(FILES ${DESKTOP_FILES} DESTINATION ${PROG_SHARE_DIR}) On Wed, Feb 25, 2015 at 8:39 PM, Helio Chissini de Castro <he...@kde.org> wrote: > Same error here, the include path is not right. > I will check if this is a bug on the regular cmake file in frameworks. > > > On Wed, Feb 25, 2015 at 6:33 PM, Jerome Leclanche <adys...@gmail.com> wrote: >> See https://github.com/palinek/lxqt-panel/tree/mount_solid_migrate >> J. Leclanche >> >> >> On 25 February 2015 at 23:24, Helio Chissini de Castro >> <heliocas...@gmail.com> wrote: >>> Can you post the errors, maybe we can help >>> >>> On Wed, Feb 25, 2015 at 5:36 PM, Jerome Leclanche <adys...@gmail.com> wrote: >>>> The latter approach is the correct one, Helio. >>>> >>>> Re liblxqt-mount: palinek has been looking at moving to Solid. Hitting >>>> some compilation issues though (I've had the same ones), it seems >>>> something is broken in Solid's cmake files. >>>> J. Leclanche >>>> >>>> >>>> On 25 February 2015 at 17:04, Luís Pereira <luis.artur.pere...@gmail.com> >>>> wrote: >>>>> On Tue, Feb 3, 2015 at 5:49 AM, Helio Chissini de Castro <he...@kde.org> >>>>> wrote: >>>>>> Hello guys >>>>>> >>>>>> Current master on liblxqt installs all cmake files under usr/share/cmake >>>>>> location >>>>>> At same time liblxqt-mount installs his cmake files under lib{64} >>>>>> >>>>>> So, this is not a problem at all on usage, but just for the consistency >>>>>> case, would not be ok to have all in a common install place ? >>>>>> >>>>>> On liblxqt: >>>>>> >>>>>> set(LXQT_INSTALL_CMAKE_DIR "${CMAKE_INSTALL_PREFIX}/share/cmake") >>>>>> >>>>>> On liblxqt-mount: >>>>>> >>>>>> set(LXQT_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_FULL_LIBDIR}/cmake) >>>>>> >>>>>> So, whats about the proper approach. Should we care, or just ignore, as >>>>>> we >>>>>> will not affect builds at all ? >>>>> >>>>> An out of time response: >>>>> Don't care, at lest for now. It's future in uncertain. solid comes to >>>>> mind. >>>>> liblxqt-mount should have an build dependency on liblxqt. But.... it >>>>> hasn't. >>>>> >>>>> Can you pls open an issue to the 1.0 release ? >>>>> >>>>> -- >>>>> Luís Pereira >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Dive into the World of Parallel Programming The Go Parallel Website, >>>>> sponsored >>>>> by Intel and developed in partnership with Slashdot Media, is your hub >>>>> for all >>>>> things parallel software development, from weekly thought leadership >>>>> blogs to >>>>> news, videos, case studies, tutorials and more. Take a look and join the >>>>> conversation now. http://goparallel.sourceforge.net/ >>>>> _______________________________________________ >>>>> Lxde-list mailing list >>>>> Lxde-list@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/lxde-list ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Lxde-list mailing list Lxde-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxde-list