Ubuntu Pastebin

Paste from michal at Thu, 31 Mar 2016 15:51:05 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
=== modified file 'plugins/Ubuntu/Gestures/CMakeLists.txt'
--- plugins/Ubuntu/Gestures/CMakeLists.txt	2016-03-11 20:18:12 +0000
+++ plugins/Ubuntu/Gestures/CMakeLists.txt	2016-03-31 15:49:12 +0000
@@ -16,7 +16,7 @@
 
 add_definitions(-DUBUNTUGESTURESQML_LIBRARY)
 
-add_library(UbuntuGesturesQml MODULE ${UbuntuGesturesQml_SOURCES})
+add_library(UbuntuGesturesQml SHARED ${UbuntuGesturesQml_SOURCES})
 target_link_libraries(UbuntuGesturesQml UbuntuGestures)
 
 qt5_use_modules(UbuntuGesturesQml Core Quick)
Download as text