forked from qt-creator/qt-creator
Fix Qt Quick Application wizard for Qt >= 6.2
Wrong variable used in the template's CMakeLists.txt resulted
in errors when configuring.
Amends db2cc2ba27
Fixes: QTCREATORBUG-27725
Change-Id: Id644ba83e118de1f12f4cdb4caa6368bd418419d
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -28,4 +28,4 @@ set_target_properties(%{TargetName} PROPERTIES
|
||||
target_link_libraries(%{TargetName}
|
||||
PRIVATE Qt6::Quick)
|
||||
|
||||
install(TARGETS %{ProjectName} BUNDLE DESTINATION .)
|
||||
install(TARGETS %{TargetName} BUNDLE DESTINATION .)
|
||||
|
Reference in New Issue
Block a user