Skip to content

Commit

Permalink
Use versionless cmake syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vimpostor committed Dec 14, 2023
1 parent c6094e4 commit 204d42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ file(GLOB_RECURSE HDRS "src/*.hpp")
file(GLOB_RECURSE QMLS RELATIVE "${CMAKE_SOURCE_DIR}" "src/qml/*.qml")

list(APPEND RSRC "icons.qrc")
qt6_add_resources(RESOURCES ${RSRC})
qt_add_resources(RESOURCES ${RSRC})

qt_add_executable(${PROJECT_NAME} ${SRCS} ${RESOURCES})

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can also download an AppImage from the [latest release](https://github.com/v

## Building from source

Make sure you have the latest Qt with the Declarative and Svg modules installed.
Make sure you have a C++23 compiler and the latest Qt with the Declarative and Svg modules installed.

```bash
cmake -B build
Expand Down

0 comments on commit 204d42a

Please sign in to comment.