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:
parent
5b5d122a1c
commit
b87e224781
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ TARGET = feedthemonkey
|
|||
TEMPLATE = app
|
||||
QT += qml quick webenginewidgets webengine
|
||||
CONFIG += c++11
|
||||
CONFIG += qtquickcompiler
|
||||
|
||||
SOURCES += \
|
||||
src/main.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue