Browse Source

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

Evgeniy Meshcheryakov 1 year ago
parent
commit
152f1e0a65
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mapeditor/CMakeLists.txt

+ 1 - 0
mapeditor/CMakeLists.txt

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