From b4d5dc15f15a4c957e9fb9840c2645cd70b82315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Wed, 31 Jan 2018 14:50:03 +0100 Subject: [PATCH] Hint about Qt Creator config that is a common issue --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a76b342..8ac54547 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,11 @@ In the left bar go to **Projects -> Build & Run -> Build Steps -> Make**. Click in **Details** then **Make arguments** and add **-j** followed by the number you got. +If you face a problem related to the **eval** function double check the +configurations shown in the image below. + +![Qt Creator Configuration](DRAMSys/docs/images/QtCreatorConfig.png) + ### Building without QTCreator In case you prefer a command line interface to the QTCreator GUI you can also