Skip to content

Commit 0af5a59

Browse files
committed
Import missing libraries in export config
1 parent a36c3a1 commit 0af5a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/AppImageUpdateConfig.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# look up dependencies
44
find_package(zsync2 REQUIRED)
55
find_package(libappimage REQUIRED)
6+
find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
67

78
include("${CMAKE_CURRENT_LIST_DIR}/AppImageUpdateTargets.cmake")

0 commit comments

Comments
 (0)