From f1af51fd81dbdf3ada208398c517c76bab9a9489 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Thu, 15 Oct 2020 14:23:10 +0200 Subject: Add forwarding headers for classes moved from QtWidgets to QtGui The QT_BEGIN_NAMESPACE QT_END_NAMESPACE block is added to avoid warnings from the build system's sanity check. As a drive-by, fix the include guards in the QtGui/QActionGroup header. Change-Id: Ie10e7830c3b00a3548123f58498def49b194c7aa Reviewed-by: Lars Knoll --- src/widgets/dialogs/dialogs.pri | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/widgets/dialogs/dialogs.pri') diff --git a/src/widgets/dialogs/dialogs.pri b/src/widgets/dialogs/dialogs.pri index 75e0f5fcf8..89ed63e16b 100644 --- a/src/widgets/dialogs/dialogs.pri +++ b/src/widgets/dialogs/dialogs.pri @@ -34,6 +34,11 @@ qtConfig(filedialog) { FORMS += dialogs/qfiledialog.ui } +qtConfig(filesystemmodel) { + HEADERS += \ + dialogs/qfilesystemmodel.h +} + qtConfig(fontdialog) { HEADERS += \ dialogs/qfontdialog.h \ -- cgit v1.2.3