mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-28 20:26:06 -05:00
VstEmbed: Add missing find_package instruction for Qt5X11Extras
This commit is contained in:
@@ -152,6 +152,11 @@ IF(WANT_QT5)
|
||||
Qt5::Xml
|
||||
)
|
||||
|
||||
IF(LMMS_BUILD_LINUX)
|
||||
FIND_PACKAGE(Qt5X11Extras REQUIRED)
|
||||
LIST(APPEND QT_LIBRARIES Qt5::X11Extras)
|
||||
ENDIF()
|
||||
|
||||
FIND_PACKAGE(Qt5Test)
|
||||
SET(QT_QTTEST_LIBRARY Qt5::Test)
|
||||
ELSE()
|
||||
|
||||
Reference in New Issue
Block a user