Skip to content

Commit

Permalink
Remove Core5Compat usage
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Oct 23, 2024
1 parent 7e8769b commit 9de3f3b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,6 @@ SET(QT_LIBRARIES
Qt${QT_VERSION_MAJOR}::Xml
)

IF(WANT_QT6)
# Core5Compat is needed so that we get QTextCodec which is used by
# the Hydrogen importer plugin.
# TODO : fix hydrogen importer plugin with qt6
# See: https://doc.qt.io/qt-6/qtcore5-index.html
FIND_PACKAGE(Qt6 COMPONENTS Core5Compat REQUIRED)
INCLUDE_DIRECTORIES(${Qt6Core5Compat_INCLUDE_DIRS})
SET(QT_LIBRARIES ${QT_LIBRARIES} Qt6::Core5Compat)
ENDIF()

IF(LMMS_BUILD_LINUX AND WANT_VST AND NOT WANT_QT6)
FIND_PACKAGE(Qt5 COMPONENTS X11Extras REQUIRED)
LIST(APPEND QT_LIBRARIES Qt5::X11Extras)
Expand Down

0 comments on commit 9de3f3b

Please sign in to comment.