On Thu, Apr 24, 2014 at 6:59 PM, Andrew Lake <jamboar...@gmail.com> wrote:

> On Thu, Apr 24, 2014 at 2:40 AM, Martin Klapetek wrote:
>
>> On Thu, Apr 24, 2014 at 7:47 AM, Andrew Lakewrote:
>>
>> One thing I'm not really sure of are the appropriate cmake related files
>>> to make sure it gets installed in the right location. It seems to work fine
>>> when I install it to
>>> /usr/lib/1386-linux-gnu/qt5/qml/QtQuick/Controls/Styles on my Kubuntu
>>> install and set QT_QUICK_CONTROLS_STYLE=Breeze. I'm hoping someone else
>>> with better knowledge about than me can tackle that.
>>>
>>
>> I can create a super simple CMakeLists.txt that will install it; I'll
>> commit it directly to your repo if that's ok?
>>
>
> That would be awesome thanks!
>

Done; it currently assumes you have Qt5's qmake in $PATH, so nothing fancy,
but it works.

To install, just follow the regular instructions:
mkdir -p build && cd build
cmake ..
make install/fast

And that should do.

Cheers
-- 
Martin Klapetek | KDE Developer
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to