Removed unused and outdated external qhexedit

This commit is contained in:
Kloen 2017-01-22 18:46:48 +01:00
parent 380c165339
commit abc5c134a3
13 changed files with 2 additions and 2353 deletions

View file

@ -98,7 +98,7 @@ if (APPLE)
else()
add_executable(citra-qt ${SRCS} ${HEADERS} ${UI_HDRS})
endif()
target_link_libraries(citra-qt core video_core audio_core common qhexedit)
target_link_libraries(citra-qt core video_core audio_core common)
target_link_libraries(citra-qt ${OPENGL_gl_LIBRARY} ${CITRA_QT_LIBS})
target_link_libraries(citra-qt ${PLATFORM_LIBRARIES} Threads::Threads)