[webview] Missing Config include
This was causing CI builds to fail, since WEBVIEW_WITH_WEBKIT is defined only in the Config file, not on the command-line. This crept in accidentally while trying to get rid of that config file entirely.
This commit is contained in:
parent
b65b5228e1
commit
d6d3b41484
@ -17,6 +17,7 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "WebViewConfig.h"
|
||||||
#include "WebViewStep.h"
|
#include "WebViewStep.h"
|
||||||
|
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
Loading…
Reference in New Issue
Block a user