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.
This commit is contained in:
Jeena 2016-07-27 06:12:22 +02:00
parent 5b5d122a1c
commit b87e224781

View file

@ -9,6 +9,7 @@ TARGET = feedthemonkey
TEMPLATE = app
QT += qml quick webenginewidgets webengine
CONFIG += c++11
CONFIG += qtquickcompiler
SOURCES += \
src/main.cpp \