From b87e22478103dfc2a3690a4379879a617de3f8d4 Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 27 Jul 2016 06:12:22 +0200 Subject: [PATCH] Use qtquickcompiler It might not do a lot in this project but it's easy to add and in theory it makes the app start a tiny bit faster, although my tests didn't show any visible improvements, I guess it's because there are not enough QML files to parse at startup. --- FeedTheMonkey.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/FeedTheMonkey.pro b/FeedTheMonkey.pro index 6c9fd42..91d3739 100644 --- a/FeedTheMonkey.pro +++ b/FeedTheMonkey.pro @@ -9,6 +9,7 @@ TARGET = feedthemonkey TEMPLATE = app QT += qml quick webenginewidgets webengine CONFIG += c++11 +CONFIG += qtquickcompiler SOURCES += \ src/main.cpp \