From b67d168951e289a7a4ecd9ef50f9c84e9767ecda Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 12 Feb 2019 23:17:12 +0100 Subject: Add ELF library even to the final executables linking to allow build with static machine lib. Signed-off-by: Pavel Pisa --- qtmips_cli/qtmips_cli.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmips_cli') diff --git a/qtmips_cli/qtmips_cli.pro b/qtmips_cli/qtmips_cli.pro index 54f1676..9b763b9 100644 --- a/qtmips_cli/qtmips_cli.pro +++ b/qtmips_cli/qtmips_cli.pro @@ -7,7 +7,7 @@ CONFIG += c++11 TEMPLATE = app -LIBS += -L$$OUT_PWD/../qtmips_machine/ -lqtmips_machine +LIBS += -L$$OUT_PWD/../qtmips_machine/ -lqtmips_machine -lelf DOLAR=$ -- cgit v1.2.3