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 4a8aa78 commit a213b24Copy full SHA for a213b24
CMakeLists.txt
@@ -261,7 +261,7 @@ include(ECMQmlModule)
261
include(KDEInstallDirs)
262
263
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})
+ecm_finalize_qml_module(${QUOTIENT_LIB_NAME} DESTINATION ${KDE_INSTALL_QMLDIR} EXPORT ${QUOTIENT_LIB_NAME}Targets)
265
266
# Configure API files generation
267
0 commit comments