| | |
| | | # ---------------------------------- |
| | | add_subdirectory(core) |
| | | |
| | | if(QWINDOWKIT_BUILD_STYLE_SUPPORT) |
| | | add_subdirectory(stylesupport) |
| | | endif() |
| | | |
| | | if(QWINDOWKIT_BUILD_WIDGETS) |
| | | add_subdirectory(widgets) |
| | | endif() |
| | | |
| | | if(QWINDOWKIT_BUILD_QUICK) |
| | | add_subdirectory(quick) |
| | | endif() |
| | | |
| | | if(QWINDOWKIT_BUILD_STYLESUPPORT) |
| | | add_subdirectory(stylesupport) |
| | | endif() |
| | | |
| | | # ---------------------------------- |
| | |
| | | ) |
| | | |
| | | # Install shared files |
| | | install(DIRECTORY ../share/ |
| | | DESTINATION share/${QWINDOWKIT_INSTALL_NAME} |
| | | ) |
| | | include("../share/install.cmake") |
| | | endif() |