26 lines
680 B
CMake
26 lines
680 B
CMake
### This file is automatically generated by Qt Design Studio.
|
|
### Do not change
|
|
|
|
qt_add_library(KomplexHubControls STATIC)
|
|
qt6_add_qml_module(KomplexHubControls
|
|
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"
|
|
"PaginationBox.qml"
|
|
"PaginatorGrid.qml"
|
|
"HorizontalPaginator.qml"
|
|
"VerticalSpacer.qml"
|
|
"ImageFrame.qml"
|
|
"BackgroundImage.qml"
|
|
)
|
|
|
|
#set_target_properties(KomplexHubControls PROPERTIES VERSION "1.0")
|