[nostalgia] Make portable between Qt5 and Qt6

This commit is contained in:
2021-03-30 21:25:01 -05:00
parent 8d62aca8a7
commit 2b469da8c3
6 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ add_library(
target_link_libraries(
NostalgiaWorld-Studio
Qt6::Core
Qt6::Widgets
Qt${QT_VERSION_MAJOR}::Core
Qt${QT_VERSION_MAJOR}::Widgets
NostalgiaStudio
)