Compare commits
2 Commits
e9bc016fbb
...
a58fdfadc6
| Author | SHA1 | Date | |
|---|---|---|---|
|
a58fdfadc6
|
|||
|
da24f34bb4
|
@@ -0,0 +1,79 @@
|
|||||||
|
;This file is used to denote what files have generative content
|
||||||
|
;Format: {file, class, model/version, ["message"]}
|
||||||
|
|
||||||
|
;Kero
|
||||||
|
{
|
||||||
|
images/kero/kero_build_1.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_build_2.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_build_3.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_build_4.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_build_error.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_choice.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_hello.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_login.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_no_results.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_run_1.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_run_2.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_run_3.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_run_4.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_warning.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
|
{
|
||||||
|
images/kero/kero_success.png,
|
||||||
|
placeholders,
|
||||||
|
chatgpt5
|
||||||
|
}
|
||||||
@@ -24,8 +24,6 @@ find_package(Qt6 6.8 REQUIRED COMPONENTS Core Gui Widgets Qml Quick QuickControl
|
|||||||
qt_standard_project_setup()
|
qt_standard_project_setup()
|
||||||
|
|
||||||
qt_add_executable(${CMAKE_PROJECT_NAME}
|
qt_add_executable(${CMAKE_PROJECT_NAME}
|
||||||
README.md
|
|
||||||
LICENSE
|
|
||||||
)
|
)
|
||||||
qt_add_resources(${CMAKE_PROJECT_NAME} "configuration"
|
qt_add_resources(${CMAKE_PROJECT_NAME} "configuration"
|
||||||
PREFIX "/"
|
PREFIX "/"
|
||||||
|
|||||||
Reference in New Issue
Block a user