pro2cmake: Target dependencies can be on -private libs
so use map_qt_library instead of map_qt_base_library Change-Id: I4dd0097fff3ffd9ec4aad36d11d79ea23a08cb90 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
a9d3baa9f4
commit
dc0870db74
@ -643,7 +643,7 @@ def map_condition(condition: str) -> str:
|
||||
part)
|
||||
if feature:
|
||||
if (feature.group(1) == "qtHaveModule"):
|
||||
part = 'TARGET {}'.format(map_qt_base_library(
|
||||
part = 'TARGET {}'.format(map_qt_library(
|
||||
feature.group(2)))
|
||||
else:
|
||||
feature = featureName(feature.group(2))
|
||||
|
Loading…
x
Reference in New Issue
Block a user