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 e2b17357e2
commit 53a71b3080
2 changed files with 1 additions and 2 deletions
-1
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