summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.cpp
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@kdab.com>2020-06-03 09:10:15 +0900
committerTasuku Suzuki <tasuku.suzuki@kdab.com>2020-06-04 10:08:14 +0900
commite83991274a8cb5b1ef9e8848004c452ad6f48897 (patch)
tree3be7f8854ec56f8908a01d68f94b9afc26266e91 /src/widgets/kernel/qapplication.cpp
parent7f179eff61826323afea474b8ecd1a04f0a41e32 (diff)
Fix build without features.action
Change-Id: Ie37036e44da9b552dc7e46ce94db7b50ce2f8a0b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/widgets/kernel/qapplication.cpp')
-rw-r--r--src/widgets/kernel/qapplication.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index 6e17901677..5ede5b0e0f 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -92,7 +92,9 @@
#include <private/qthread_p.h>
#include <private/qfont_p.h>
+#if QT_CONFIG(action)
#include <private/qaction_p.h>
+#endif
#include <stdlib.h>