1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Merge pull request #4108 from IvanSavenko/launcher_project_fix

Fix .ui files not visible in generated project (QtCreator/CMake/Ninja)
This commit is contained in:
Ivan Savenko 2024-06-08 16:23:04 +03:00 committed by GitHub
commit 0dcf6e4bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,7 @@ target_sources(vcmilauncher PRIVATE
${launcher_SRCS}
${launcher_HEADERS}
${launcher_RESOURCES}
${launcher_FORMS}
)
if(WIN32)