From 1536045c0d28113892abc9d1023ce395a0e82e94 Mon Sep 17 00:00:00 2001 From: Jan Kaisrlik Date: Wed, 6 Mar 2019 09:27:02 +0100 Subject: README: fix typo in example of cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c61270b..b13fdac 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Or compile the application with static libraries ``` mkdir QtMips-build cd QtMips-build -qmake CONFIG+=static" "CONFIG+=staticlib" -recursive ../QtMips/qtmips.pro +qmake "CONFIG+=static" "CONFIG+=staticlib" -recursive ../QtMips/qtmips.pro ``` Alternatively, you can setup -- cgit v1.2.3