summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qwindowsxpstyle.cpp
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-07-23 11:37:00 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-07-25 11:24:02 +0000
commit7964b7468de65459f3c0e431549fa93408c19a62 (patch)
tree5394150669c6c454ddffc3582b33bfe4f39564e8 /src/widgets/styles/qwindowsxpstyle.cpp
parent2d02c4c799a4c45fe3f096a9bce95bd0b48b2743 (diff)
Convert features.tabbar to QT_[REQUIRE_]CONFIG
Change-Id: Id21a95cbc61b2559a8f517ee60548b61536e3cc4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/widgets/styles/qwindowsxpstyle.cpp')
-rw-r--r--src/widgets/styles/qwindowsxpstyle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/styles/qwindowsxpstyle.cpp b/src/widgets/styles/qwindowsxpstyle.cpp
index 3c6b27bf7f..bb2c0688c4 100644
--- a/src/widgets/styles/qwindowsxpstyle.cpp
+++ b/src/widgets/styles/qwindowsxpstyle.cpp
@@ -58,7 +58,9 @@
#include <qdesktopwidget.h>
#include <qtoolbutton.h>
+#if QT_CONFIG(tabbar)
#include <qtabbar.h>
+#endif
#if QT_CONFIG(combobox)
#include <qcombobox.h>
#endif