Skip to content

Commit

Permalink
Add Qt6Renderer as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
winseros committed Aug 1, 2024
1 parent 96c9268 commit f624a21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "qt6renderer"]
path = qt6renderer
url = https://github.com/winseros/Qt6Renderer.git
branch = split-repo
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ patchPluginXml {

task copyPrettyPrinters(type: Copy) {
dependsOn "prepareSandbox"
from project.layout.projectDirectory.dir("python")
from project.layout.projectDirectory.dir("qt6renderer/python")
include "**/*.py"
into project.layout.buildDirectory.dir("idea-sandbox/plugins/Qt6Renderer/python").get()
}
Expand Down
1 change: 1 addition & 0 deletions qt6renderer
Submodule qt6renderer added at dedf4b

0 comments on commit f624a21

Please sign in to comment.