tweaks to build env

This commit is contained in:
Chris Cochrun 2023-04-06 06:32:44 -05:00
parent 7a36f3f8af
commit b7e426edb8
4 changed files with 9 additions and 15 deletions

View file

@ -30,7 +30,7 @@ include(ECMPoQmTools)
kde_enable_exceptions()
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets Sql X11Extras QmlImportScanner)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 WindowSystem I18n Archive CoreAddons)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 CoreAddons I18n Archive)
# find_package(PkgConfig REQUIRED)
# pkg_check_modules(LIBAV REQUIRED IMPORTED_TARGET
@ -128,7 +128,7 @@ target_link_libraries(${CRATE} INTERFACE
KF5::I18n
KF5::Archive
KF5::CoreAddons
KF5::WindowSystem
# KF5::WindowSystem
# podofo
mpv
)