[Midnightbsd-cvs] [MidnightBSD/mports] 4c43be: devel/qtcreator: fix qt6_wrap_cpp missing TARGET f...
Lucas Holt
noreply at github.com
Sat May 30 09:06:19 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 4c43be7a96598f198007596ec2993d65ff120152
https://github.com/MidnightBSD/mports/commit/4c43be7a96598f198007596ec2993d65ff120152
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-30 (Sat, 30 May 2026)
Changed paths:
A devel/qtcreator/files/patch-cmake_QtCreatorAPIInternal.cmake
Log Message:
-----------
devel/qtcreator: fix qt6_wrap_cpp missing TARGET for source files
Qt6 >= 6.x now requires the TARGET parameter when qt_wrap_cpp is called
with a .cpp source file (not a header). The set_explicit_moc helper in
QtCreatorAPIInternal.cmake was calling qt_wrap_cpp without TARGET,
causing configure to fail when processing clangformatconfigwidget.cpp.
Add TARGET ${target_name} to the qt_wrap_cpp call.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list