diff options
Diffstat (limited to 'shell/Library_kde5be.mk')
-rw-r--r-- | shell/Library_kde5be.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Library_kde5be.mk b/shell/Library_kde5be.mk index 39fdaf884409..a89892dee17f 100644 --- a/shell/Library_kde5be.mk +++ b/shell/Library_kde5be.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_add_exception_objects,kde5be1,\ # Workaround for clang+icecream (clang's -frewrite-includes # doesn't handle Qt5's QT_HAS_INCLUDE that Qt5 uses for <chrono>). ifeq ($(COM_IS_CLANG),TRUE) -$(eval $(call gb_Library_add_defs,kde5be1, \ +$(eval $(call gb_Library_add_cxxflags,kde5be1, \ -include chrono \ )) endif |