mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Replace more .60 by .slint
Mainly an automated change with
git grep -O"sed -i 's/\.60/.slint/g'" -w "\.60"
and some manual checks
This commit is contained in:
parent
d706d63ce1
commit
03534039d6
81 changed files with 314 additions and 313 deletions
|
|
@ -24,7 +24,7 @@ function(SLINT_TARGET_SOURCES target)
|
|||
)
|
||||
else(CMAKE_GENERATOR STREQUAL "Ninja")
|
||||
get_filename_component(_60_DIR ${_60_ABSOLUTE} DIRECTORY )
|
||||
file(GLOB ALL_60S "${_60_DIR}/*.60")
|
||||
file(GLOB ALL_60S "${_60_DIR}/*.slint")
|
||||
add_custom_command(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_60_BASE_NAME}.h
|
||||
COMMAND Slint::slint-compiler ${_60_ABSOLUTE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue