1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 01:16:32 -05:00

CMake: Remove CITRA_QT_LIBS var

This used to be required to support both Qt4 and Qt5, but we dropped Qt4
so it's not needed anymore.
This commit is contained in:
Yuri Kunde Schlesner
2017-05-27 20:53:39 -07:00
parent 089baa04e8
commit 34b6c8bd88
2 changed files with 1 additions and 2 deletions

View File

@@ -223,7 +223,6 @@ if (ENABLE_QT)
endif()
find_package(Qt5 REQUIRED COMPONENTS Widgets OpenGL ${QT_PREFIX_HINT})
set(CITRA_QT_LIBS Qt5::Widgets Qt5::OpenGL)
endif()
# This function should be passed a list of all files in a target. It will automatically generate