diff options
author | Jan Kaisrlik <jan.kaisrlik@avast.com> | 2019-03-06 09:27:02 +0100 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-03-06 13:41:07 +0100 |
commit | 1536045c0d28113892abc9d1023ce395a0e82e94 (patch) | |
tree | 9baf89856a6d0b3fa1411788e515766b731b52c6 | |
parent | 062ed9d6a8a2ce82148432f48273f57207319b15 (diff) | |
download | qtmips-1536045c0d28113892abc9d1023ce395a0e82e94.tar.gz qtmips-1536045c0d28113892abc9d1023ce395a0e82e94.tar.bz2 qtmips-1536045c0d28113892abc9d1023ce395a0e82e94.zip |
README: fix typo in example of cmd
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |