diff options
author | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2015-08-09 15:27:21 +0200 |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2015-08-09 15:27:21 +0200 |
commit | 66b68ed94032e03b7a0ed9d15f72b1fc5e2cb729 (patch) | |
tree | e0093cca956690a272f9415a2743064ec1d3dd71 /src/controls/plugin.cpp | |
parent | be50531985f64089c87289ba0c026007437517a2 (diff) | |
parent | 6afc4815a1e20f795591ef7d1452a521920ce0bd (diff) | |
download | qtquickcontrols-66b68ed94032e03b7a0ed9d15f72b1fc5e2cb729.tar.gz |
Merge remote-tracking branch 'origin/5.5' into dev
Change-Id: Ifec0f56816809abb90a294b8462391cb7e54c87d
Diffstat (limited to 'src/controls/plugin.cpp')
-rw-r--r-- | src/controls/plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp index 802dacb0..e1afeef2 100644 --- a/src/controls/plugin.cpp +++ b/src/controls/plugin.cpp @@ -63,6 +63,7 @@ #endif #ifndef QT_NO_TRANSLATION +#include <QtCore/qcoreapplication.h> #include <QtCore/qlibraryinfo.h> #include <QtCore/qlocale.h> #endif |