Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created August 14, 2015 14:36
Show Gist options
  • Save shadeslayer/3a54fe1ff977a878c497 to your computer and use it in GitHub Desktop.
Save shadeslayer/3a54fe1ff977a878c497 to your computer and use it in GitHub Desktop.
stuff
find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED WebKit WebKitWidgets )
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui
${QT_QTWEBKIT_INCLUDE_DIR} )
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules )
calamares_add_plugin( webview
TYPE viewmodule
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
WebViewStep.cpp
LINK_LIBRARIES
calamaresui
${QT_QTWEBKIT_LIBRARY}
SHARED_LIB
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment