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

@@ -0,0 +1,7 @@
#cmake_minimum_required(VERSION 3.17)
#project(ProjectFilesystemPlugin)
#include($ENV{SDK_QTCREATOR_SRC}/cmake/QtCreatorAPI.cmake)
file(GLOB SRC "*.h" "*.cpp" "*.ui" "*.qrc")
add_qtc_plugin(ProjectFilesystemPlugin
PLUGIN_DEPENDS Core ProjectExplorer
SOURCES ${SRC})