diff --git a/mobile/plugins/widgets/kde/CMakeLists.txt b/mobile/plugins/widgets/kde/CMakeLists.txt --- a/mobile/plugins/widgets/kde/CMakeLists.txt +++ b/mobile/plugins/widgets/kde/CMakeLists.txt @@ -1,12 +1,14 @@ -install( FILES - AddButton.qml +set(QMLFILES AddButton.qml KAlgebraPage.qml KAlgebraMobile.qml + ../qtcontrols/RealInput.qml ../qtcontrols/ExpressionInput.qml) - KAlgebraPage.qml KAlgebraMobile.qml +install( FILES + AddButton.qml KAlgebraPage.qml KAlgebraMobile.qml DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/ ) install(FILES ../qtcontrols/RealInput.qml ../qtcontrols/ExpressionInput.qml - DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/ ) + +ADD_CUSTOM_TARGET(QMLFILES SOURCES ${QMLFILES}) \ No newline at end of file