mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
previous implementation stores data in share instead of lib (I guess, I had issues with using default paths?). Let's use normal paths instead
8 lines
233 B
CMake
8 lines
233 B
CMake
set(SUBPROJECT awesomewidgets-qml)
|
|
message(STATUS "Subproject ${SUBPROJECT}")
|
|
|
|
file(GLOB SUBPROJECT_SOURCE *.qml qmldir)
|
|
|
|
# install
|
|
install(FILES ${SUBPROJECT_SOURCE} DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/${PROJECT_NAME})
|