Skip to content

Commit a213b24

Browse files
committed
Fix static build
1 parent 4a8aa78 commit a213b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ include(ECMQmlModule)
261261
include(KDEInstallDirs)
262262

263263
ecm_add_qml_module(${QUOTIENT_LIB_NAME} URI io.github.quotient_im.libquotient GENERATE_PLUGIN_SOURCE)
264-
ecm_finalize_qml_module(${QUOTIENT_LIB_NAME} DESTINATION ${KDE_INSTALL_QMLDIR})
264+
ecm_finalize_qml_module(${QUOTIENT_LIB_NAME} DESTINATION ${KDE_INSTALL_QMLDIR} EXPORT ${QUOTIENT_LIB_NAME}Targets)
265265

266266
# Configure API files generation
267267

0 commit comments

Comments
 (0)