add project actions Clean and Rebuild

now watch for all directories and update tree immediately
This commit is contained in:
2021-05-25 17:18:29 +03:00
parent 83cf72d9a3
commit 7dfcd37a87
4 changed files with 80 additions and 6 deletions

View File

@@ -146,6 +146,16 @@
<string>Close project</string>
</property>
</action>
<action name="actionClean">
<property name="text">
<string>Clean</string>
</property>
</action>
<action name="actionRebuild">
<property name="text">
<string>Rebuild</string>
</property>
</action>
</widget>
<resources>
<include location="projectfilesystem.qrc"/>