Comment 5 for bug 1564571

Revision history for this message
Michał Sawicz (saviq) wrote :

to reproduce:

tar xxf unity8-cmakebug.tar.xz
cd unity8-cmakebug
mkdir build
cd build
cmake ..
make
make testFloatingFlickable # works
cmake . -DUNITY_PLUGINPATH=/usr/lib/x86_64-linux-gnu/unity8/qml
make testFloatingFlickable # broken

¿?