[nostalgia] Move Auto-Moc settings to Qt project directories

This commit is contained in:
2020-11-10 21:28:51 -06:00
parent 8e696baa9f
commit 1d4f03823b
4 changed files with 11 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
if(NOSTALGIA_BUILD_STUDIO)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5QuickWidgets REQUIRED)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
endif()
endif()