Skip to content

Commit

Permalink
Initial commit for aspire editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASxa86 committed Jan 30, 2025
1 parent 925789b commit 962bdf9
Show file tree
Hide file tree
Showing 23 changed files with 216 additions and 1,279 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "(Windows) Pong Debug",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build/installed/bin/edh.exe",
"program": "${workspaceFolder}/build/installed/bin/aspire-editor.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/build/installed/bin",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cmake.configureOnOpen": true,
"cmake.configureOnOpen": false,
"cmake.useCMakePresets": "always",
"files.associations": {
"string_view": "cpp",
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ set(CMAKE_AUTOMOC ON)

add_subdirectory(module)
add_subdirectory(app)

message(STATUS "What's going on? ${arg_OUTPUT_DIRECTORY}")
2 changes: 1 addition & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory(edh)
add_subdirectory(editor)
16 changes: 0 additions & 16 deletions app/edh/Actions.qml

This file was deleted.

190 changes: 0 additions & 190 deletions app/edh/Counter.qml

This file was deleted.

74 changes: 0 additions & 74 deletions app/edh/LayoutEDH.qml

This file was deleted.

Loading

0 comments on commit 962bdf9

Please sign in to comment.