diff --git a/FeedTheMonkey.pro b/FeedTheMonkey.pro index 19007fd..6c9fd42 100644 --- a/FeedTheMonkey.pro +++ b/FeedTheMonkey.pro @@ -1,7 +1,13 @@ +requires(contains(QT_CONFIG, accessibility)) + +qtHaveModule(widgets) { + QT += widgets # QApplication is required to get native styling with QtQuickControls +} + TARGET = feedthemonkey TEMPLATE = app -QT += qml quick webenginewidgets +QT += qml quick webenginewidgets webengine CONFIG += c++11 SOURCES += \