23 lines
598 B
CMake
23 lines
598 B
CMake
### This file is automatically generated by Qt Design Studio.
|
|
### Do not change
|
|
|
|
qt_add_library(KomplexHubModule_Controls STATIC)
|
|
qt6_add_qml_module(KomplexHubModule_Controls
|
|
URI "KomplexHub.Controls"
|
|
VERSION 1.0
|
|
RESOURCE_PREFIX "/qt/qml"
|
|
QML_FILES
|
|
"LineEdit.qml"
|
|
"MenuButton.qml"
|
|
"SearchBar.qml"
|
|
"SquareButton.qml"
|
|
"Throbber.qml"
|
|
"SearchResultItem.qml"
|
|
"SearchResultList.qml"
|
|
QML_FILES PaginationBox.qml
|
|
QML_FILES PaginatorGrid.qml
|
|
QML_FILES HorizontalPaginator.qml
|
|
QML_FILES ImageView.qml
|
|
)
|
|
|