summaryrefslogtreecommitdiffstats
path: root/src/citra_qt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-08-24 02:00:08 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 22:41:56 +0200
commit478289140daae28cf7eabf54af3addf476aaad9c (patch)
treede13d92f26abaaf5eb0348ae35b2d1c23be497c7 /src/citra_qt
parentMerge pull request #84 from bunnei/fix-hw-synchronization (diff)
downloadyuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.gz
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.bz2
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.lz
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.xz
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.tar.zst
yuzu-478289140daae28cf7eabf54af3addf476aaad9c.zip
Diffstat (limited to 'src/citra_qt')
-rw-r--r--src/citra_qt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index 8ad6759b7..055a585a0 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -47,7 +47,7 @@ else()
set(RT_LIBRARY rt)
endif()
-target_link_libraries(citra-qt core common video_core qhexedit ${ICONV_LIBRARY} ${COREFOUNDATION_LIBRARY} ${QT_LIBRARIES} ${OPENGL_LIBRARIES} ${RT_LIBRARY} ${GLEW_LIBRARY} ${PNG_LIBRARIES})
+target_link_libraries(citra-qt core common video_core qhexedit ${ICONV_LIBRARY} ${COREFOUNDATION_LIBRARY} ${QT_LIBRARIES} ${OPENGL_LIBRARIES} ${RT_LIBRARY} ${PNG_LIBRARIES})
if(USE_QT5)
target_link_libraries(citra-qt Qt5::Gui Qt5::Widgets Qt5::OpenGL)
endif()