Files
qtcreator/project_fs/CMakeLists.txt
peri4 7dfcd37a87 add project actions Clean and Rebuild
now watch for all directories and update tree immediately
2021-05-25 17:18:29 +03:00

8 lines
270 B
CMake

#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})