summaryrefslogtreecommitdiffstats
path: root/framework/src/webengineprofile.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-03 17:36:54 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-03 17:36:54 +0200
commitfdc376a735e4e7da9a21aa053f65dff835985440 (patch)
tree045dfbb701ef62d88c081d0fa145092fa4fbbb24 /framework/src/webengineprofile.h
parent6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff)
downloadkube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz
kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip
On windows the exports are mandatory
Diffstat (limited to 'framework/src/webengineprofile.h')
-rw-r--r--framework/src/webengineprofile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/webengineprofile.h b/framework/src/webengineprofile.h
index 16cea88b..3a58e23c 100644
--- a/framework/src/webengineprofile.h
+++ b/framework/src/webengineprofile.h
@@ -16,10 +16,12 @@
16 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 02110-1301, USA. 17 02110-1301, USA.
18*/ 18*/
19#pragma once
19 20
21#include "kube_export.h"
20#include <QQuickWebEngineProfile> 22#include <QQuickWebEngineProfile>
21 23
22class WebEngineProfile : public QQuickWebEngineProfile 24class KUBE_EXPORT WebEngineProfile : public QQuickWebEngineProfile
23{ 25{
24 Q_OBJECT 26 Q_OBJECT
25public: 27public: