1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-15 13:33:36 +02:00

Add editor forms to target_sources, so they become visible in Qt Creator's project tree

This commit is contained in:
Evgeniy Meshcheryakov 2024-09-16 13:31:17 +03:00
parent 7209969d9d
commit 152f1e0a65

View File

@ -196,6 +196,7 @@ endif()
target_sources(vcmieditor PRIVATE
${editor_SRCS}
${editor_HEADERS}
${editor_FORMS}
${editor_RESOURCES}
)