forked from qt-creator/qt-creator
Fix property used for writing plugin dependencies
Amends 6f2572a5f5
Change-Id: Ied88f97f0a94c83edf2375dde130f51c3c2beeba
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
committed by
Marcus Tillmanns
parent
7571f0b8f4
commit
6cd306a992
@@ -397,7 +397,7 @@ function(add_qtc_plugin target_name)
|
||||
set(_v ${IDE_VERSION})
|
||||
string(REPLACE "QtCreator::" "" i ${i})
|
||||
else()
|
||||
get_property(_v TARGET "${i}" PROPERTY _arg_VERSION)
|
||||
get_property(_v TARGET "${i}" PROPERTY QTC_PLUGIN_VERSION)
|
||||
endif()
|
||||
string(TOLOWER ${i} i)
|
||||
string(APPEND _arg_DEPENDENCY_STRING
|
||||
@@ -409,7 +409,7 @@ function(add_qtc_plugin target_name)
|
||||
set(_v ${IDE_VERSION})
|
||||
string(REPLACE "QtCreator::" "" i ${i})
|
||||
else()
|
||||
get_property(_v TARGET "${i}" PROPERTY _arg_VERSION)
|
||||
get_property(_v TARGET "${i}" PROPERTY QTC_PLUGIN_VERSION)
|
||||
endif()
|
||||
string(TOLOWER ${i} i)
|
||||
string(APPEND _arg_DEPENDENCY_STRING
|
||||
|
Reference in New Issue
Block a user