Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJustin183 authored Jan 14, 2024
1 parent 146b4f9 commit 861cd0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Build it with CMake.
change
```cmake
set(CMAKE_PREFIX_PATH "D:/Qt/Qt5.12.0/5.12.0/mingw73_64")
```
to
```cmake
set(CMAKE_PREFIX_PATH "Your Qt Path")
```

0 comments on commit 861cd0d

Please sign in to comment.