Comment 3 for bug 1564571

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

Hi, I can't download the sources because of bad connection, however:

SHARED instead of MODULE is already part of the fix.

if it doesn't work you can do something like:
set_target_properties(UbuntuGesturesQml PROPERTIES
  ENABLE_EXPORTS On
  OUTPUT_NAME UbuntuGesturesQml
  VERSION 0.0.0
  SOVERSION 0
  )

with the appropriate values and see if it fixes the issue.

thanks