mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
af7a041714
- setting building plugins as default now - closes #255
9 lines
193 B
Bash
Executable File
9 lines
193 B
Bash
Executable File
#!/bin/bash
|
||
|
||
lupdate ../src/plugins/TestPlugin/TestPlugin.pro -no-obsolete
|
||
|
||
lupdate ../src/plugins/MouseGestures/MouseGestures.pro -no-obsolete
|
||
|
||
read -p "Press [ENTER] to close terminal"
|
||
exit
|