The samples are not built, so right now this is a leaf port that is only a library with no consumers; we'll see if it gets picked up by something.
8 lines
393 B
CMake
8 lines
393 B
CMake
--- exports/cmake/LibraryConfig.cmake.in.orig 2021-10-07 12:18:50 UTC
|
|
+++ exports/cmake/LibraryConfig.cmake.in
|
|
@@ -5,4 +5,4 @@ find_package(Qt5Qml REQUIRED)
|
|
find_package(Qt5Quick REQUIRED)
|
|
find_package(Qt5QuickControls2 REQUIRED)
|
|
|
|
-include("${CMAKE_CURRENT_LIST_DIR}/share/cmake/@PROJECT_NAME@/@PROJECT_NAME@Targets.cmake")
|
|
+include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|