From d083af91993f990cba9f9353546ceabbe38b740a Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 18 Mar 2025 18:20:47 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39f4e3449..f7a5a7ec5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PythonQt +e# PythonQt [![License](https://img.shields.io/github/license/mevislab/pythonqt.svg?color=blue)](LICENSE) @@ -111,7 +111,7 @@ Next, we need the PythonQt runtime. As a last step, we need to build the extensions. 1. cd into `extensions` -2. qmake `src.pro` +2. qmake `extensions.pro` `qmake CONFIG+=Release extensions.pro` From 4920e6da1a3051bde9075ba2b4636ec1ffdf0946 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 18 Mar 2025 18:21:57 +1100 Subject: [PATCH 2/2] Update README.md Remove errant character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a5a7ec5..92aaaa100 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -e# PythonQt +# PythonQt [![License](https://img.shields.io/github/license/mevislab/pythonqt.svg?color=blue)](LICENSE)