Skip to content

Commit 7b12168

Browse files
committedJan 21, 2024
Disable using qt_import_plugins for UNIX again
1 parent 6a04614 commit 7b12168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pack/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else()
2424
set(INSTALL_LIBDIR ${CONTENTS_DIR})
2525
endif()
2626

27-
if(FLATPAK OR UNIX)
27+
if(FLATPAK)
2828
qt_import_plugins(gittyup INCLUDE ${QT_PLUGINS})
2929
elseif(NOT USE_SYSTEM_QT)
3030
foreach(QT_PLUGIN ${QT_PLUGINS})

0 commit comments

Comments
 (0)