aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alexaauth/alexaauth.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/alexaauth/alexaauth.pro')
-rw-r--r--plugins/alexaauth/alexaauth.pro16
1 files changed, 1 insertions, 15 deletions
diff --git a/plugins/alexaauth/alexaauth.pro b/plugins/alexaauth/alexaauth.pro
index fdd2c14..f075d0f 100644
--- a/plugins/alexaauth/alexaauth.pro
+++ b/plugins/alexaauth/alexaauth.pro
@@ -1,20 +1,6 @@
TEMPLATE = lib
TARGET = alexaauth
-QT += qml quick
-
-# Is Qt Application manager compiled with 'enable-widgets' configuration.
-# Do not change without recompiling the Qt Application Manger.
-QAPPMAN_ENABLES_WIDGETS = 0
-
-equals(QAPPMAN_ENABLES_WIDGETS, 1) {
- qtHaveModule(webenginewidgets) {
- QT += webenginewidgets
- DEFINES += ALEXA_QT_WEBENGINE
- }
- else {
- message("Qt module webenginewidgets is not available.")
- }
-}
+QT += qml quick webengine
CONFIG += plugin c++14