Skip to content

Commit

Permalink
[Packaging] Fix build with qt 5.9. Fixes MER#1983
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Nov 8, 2018
1 parent 57ed1e9 commit 90eb983
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mms-lib/Makefile
Expand Up @@ -54,6 +54,9 @@ SRC = \

ifeq ($(MMS_RESIZE),Qt)
SRC_CPP += mms_attachment_qt.cpp
ifeq ($(shell $(CROSS_COMPILE)gcc -std=c++11 -dM -E - < /dev/null > /dev/null 2>&1; echo $$?),0)
RESIZE_CPPFLAGS += -std=c++11
endif
endif

#
Expand Down

0 comments on commit 90eb983

Please sign in to comment.