Convert most of the old code for FacebookPlugin to the new System

It should still not work correctly - but the plugin should be almost
ready - I'll do some papercuts on the next few commits.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-11-08 10:33:29 -02:00 committed by Dirk Hohndel
parent 440423ff64
commit 70e6840d51
5 changed files with 495 additions and 1 deletions

View file

@ -1,4 +1,5 @@
set(FACEBOOK_PLUGIN_SRCS facebook_integration.cpp)
set(FACEBOOK_PLUGIN_SRCS facebook_integration.cpp facebookconnectwidget.cpp)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
add_library(facebook_integration SHARED ${FACEBOOK_PLUGIN_SRCS})