Removed unused and outdated external qhexedit
This commit is contained in:
parent
380c165339
commit
abc5c134a3
13 changed files with 2 additions and 2353 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue