https://bugs.kde.org/show_bug.cgi?id=430399

--- Comment #2 from rezso <re...@rezso.net> ---
I compile all components with -DBUILD_TESTING=FALSE option.
So I think, a conditional search is the best solution:

if(BUILD_TESTING)
   find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Test)
   find_package(KF5IconThemes ${KF5_MIN_VERSION} CONFIG REQUIRED)
   add_definitions(-DBUILD_TESTING)
endif()

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to