diff options
author | Lars Knoll <lars.knoll@qt.io> | 2016-09-09 09:50:08 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2016-09-15 08:23:53 +0000 |
commit | 2d3c73fcfe7a93cb46190e8e82410fe93145dbe0 (patch) | |
tree | 0ef9b0903113bfb945dabc17654e1695872d5605 /src/platformsupport/fbconvenience | |
parent | fc098de70a5dda5f45ebe238a43f24f674426f3d (diff) | |
download | qtbase-2d3c73fcfe7a93cb46190e8e82410fe93145dbe0.tar.gz |
Modularize configure.json/.pri
Move the different parts of configure.json/.pri into the libraries where
they belong.
Gui is not yet fully modularized, and contains many things related to
the different QPA plugins.
Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Change-Id: I6659bb29354ed1f36b95b8c69e7fce58f642053f
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/platformsupport/fbconvenience')
-rw-r--r-- | src/platformsupport/fbconvenience/qfbvthandler_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platformsupport/fbconvenience/qfbvthandler_p.h b/src/platformsupport/fbconvenience/qfbvthandler_p.h index e05a9d3ffc..17d07317b2 100644 --- a/src/platformsupport/fbconvenience/qfbvthandler_p.h +++ b/src/platformsupport/fbconvenience/qfbvthandler_p.h @@ -51,6 +51,7 @@ // We mean it. // +#include <QtGui/private/qtguiglobal_p.h> #include <QObject> QT_BEGIN_NAMESPACE |