Skip to content

Commit

Permalink
Merge branch 'fix/knime_linux_package' of https://github.com/jpfeuffe…
Browse files Browse the repository at this point in the history
…r/OpenMS into fix/knime_linux_package
  • Loading branch information
jpfeuffer committed Oct 15, 2018
2 parents 21fd4f8 + 2ef1261 commit 6b1f05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/knime_package_support.cmake
Expand Up @@ -49,7 +49,7 @@ set(PAYLOAD_BIN_PATH ${PAYLOAD_PATH}/bin)
set(PAYLOAD_LIB_PATH ${PAYLOAD_PATH}/lib)
set(PAYLOAD_SHARE_PATH ${PAYLOAD_PATH}/share)

# Find Qt5 includes for pyOpenMS
# Find Qt5 includes for KNIME packaging
find_package(Qt5 COMPONENTS ${OpenMS_QT_COMPONENTS} REQUIRED)
get_target_property(QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)
exec_program(${QT_QMAKE_EXECUTABLE} ARGS "-query QT_INSTALL_LIBS" OUTPUT_VARIABLE QT_INSTALL_LIBS)
Expand Down

0 comments on commit 6b1f05e

Please sign in to comment.