From 0565aadd971adb0fa0c09b6f9d04cc1cef1b12fd Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 24 Oct 2017 20:32:20 -0700 Subject: Fix build: this example uses exceptions for some reason MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cumulativedistributor.cpp:128:44: error: exception handling disabled, use -fexceptions to enable throw std::runtime_error("out of range"); Change-Id: Icaa86fc7b54d4b368c0efffd14f0b2b6258fe6f5 Reviewed-by: Miikka Heikkinen Reviewed-by: Tomi Korpipää --- tests/manual/galaxy/galaxy.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/manual/galaxy/galaxy.pro b/tests/manual/galaxy/galaxy.pro index 0b602e16..5c35b862 100644 --- a/tests/manual/galaxy/galaxy.pro +++ b/tests/manual/galaxy/galaxy.pro @@ -17,6 +17,7 @@ HEADERS += \ star.h QT += widgets +CONFIG += exceptions OTHER_FILES += doc/src/* \ doc/images/* -- cgit v1.2.3