[nostalgia] Port to Qt6

This commit is contained in:
2021-03-30 20:35:42 -05:00
parent 37c3f117fe
commit 5bb98747a9
9 changed files with 17 additions and 19 deletions

View File

@@ -3,8 +3,8 @@
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
if(NOSTALGIA_BUILD_STUDIO)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5QuickWidgets REQUIRED)
find_package(Qt6Widgets REQUIRED)
find_package(Qt6QuickWidgets REQUIRED)
endif()
endif()