We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b20011 commit bde575bCopy full SHA for bde575b
cmake/AppImageUpdateConfig.cmake.in
@@ -3,6 +3,10 @@
3
# look up dependencies
4
find_package(zsync2 REQUIRED)
5
find_package(libappimage REQUIRED)
6
-find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
+
7
+# BUILD_QT_UI
8
+if(@BUILD_QT_UI@)
9
+ find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
10
+endif()
11
12
include("${CMAKE_CURRENT_LIST_DIR}/AppImageUpdateTargets.cmake")
0 commit comments