Add script to create symlinks for development
This commit is contained in:
parent
108d2aabd5
commit
51c6391249
1 changed files with 8 additions and 0 deletions
8
dev_symlinks.sh
Normal file
8
dev_symlinks.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Create symlinks into Git submodules, so the project can
|
||||
# be started with qmlscene directly from a source checkout
|
||||
|
||||
ln -sf gpodder-core/src/gpodder .
|
||||
ln -sf gpodder-core/src/jsonconfig.py .
|
||||
ln -sf podcastparser/podcastparser.py .
|
||||
ln -sf gpodder-ui-qml/main.py .
|
Loading…
Add table
Add a link
Reference in a new issue