Created
August 14, 2015 14:36
-
-
Save shadeslayer/3a54fe1ff977a878c497 to your computer and use it in GitHub Desktop.
stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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