Skip to content

Commit 373bb76

Browse files
committed
Update vcpkg opendspx
1 parent 0e54ec9 commit 373bb76

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/libs/3rdparty/dspxmodel

src/plugins/coreplugin/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ diffscope_add_builtin_plugin(${PROJECT_NAME}
4545
dspxmodelORM
4646
dspxmodelSelectionModel
4747
dspxmodelPropertyMapper
48-
opendspx::opendspxmodel
49-
opendspx::opendspxserializer
48+
opendspx::model
49+
opendspx::serializer
5050
transactional
5151
INCLUDE_PRIVATE
5252
core

src/plugins/importexportmanager/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ diffscope_add_builtin_plugin(${PROJECT_NAME}
2121
QAKCore
2222
QAKQuick
2323
coreplugin
24-
opendspx::opendspxmodel
25-
opendspx::opendspxserializer
24+
opendspx::model
25+
opendspx::serializer
2626
INCLUDE_PRIVATE
2727
internal/**
2828
)

src/plugins/libresvipformatconverter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ diffscope_add_builtin_plugin(${PROJECT_NAME}
2121
uishell
2222
coreplugin
2323
importexportmanager
24-
opendspx::opendspxmodel
24+
opendspx::model
2525
INCLUDE_PRIVATE
2626
internal/**
2727
)

src/plugins/maintenance/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ diffscope_add_builtin_plugin(${PROJECT_NAME}
2121
QAKCore
2222
QAKQuick
2323
coreplugin
24-
opendspx::opendspxmodel
25-
opendspx::opendspxserializer
24+
opendspx::model
25+
opendspx::serializer
2626
INCLUDE_PRIVATE
2727
internal/**
2828
)

src/plugins/midiformatconverter/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ diffscope_add_builtin_plugin(${PROJECT_NAME}
3030
uishell
3131
coreplugin
3232
importexportmanager
33-
opendspx::opendspxmodel
34-
opendspx::opendspxconverter
33+
opendspx::model
34+
opendspx::converter
3535
${_links_icu}
3636
INCLUDE_PRIVATE
3737
internal/**

src/plugins/visualeditor/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ diffscope_add_builtin_plugin(${PROJECT_NAME}
3838
dspxmodelSelectionModel
3939
dspxmodelPropertyMapper
4040
coreplugin
41-
opendspx::opendspxmodel
42-
opendspx::opendspxserializer
41+
opendspx::model
42+
opendspx::serializer
4343
ScopicFlowCore
4444
ScopicFlowViews
4545
INCLUDE_PRIVATE

0 commit comments

Comments
 (0)