Skip to content

Commit

Permalink
VstEmbed: Add missing find_package instruction for Qt5X11Extras
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed Nov 6, 2017
1 parent 8f80e2b commit 1959dbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1959dbe

Please sign in to comment.