mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
[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
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "WebViewConfig.h"
|
||||
#include "WebViewStep.h"
|
||||
|
||||
#include <QVariant>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue