blob: 389adb576d320e53e69510d7176fd153828b02fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
add_qtc_library(DevContainer
PUBLIC_DEPENDS Qt::Core Qt::TaskTree Utils
SOURCES
devcontainer.cpp
devcontainer.h
devcontainerconfig.cpp
devcontainerconfig.h
devcontainerfeature.cpp
devcontainerfeature.h
devcontainer_global.h
devcontainertr.h
substitute.cpp
substitute.h
)
|