Files
komplex-hub/KomplexHubContent/CMakeLists.txt
T
2026-08-13 08:12:45 -04:00

27 lines
754 B
CMake

### This file is automatically generated by Qt Design Studio.
### Do not change
qt_add_library(KomplexHubContent STATIC)
qt6_add_qml_module(KomplexHubContent
URI "KomplexHubContent"
VERSION 1.0
RESOURCE_PREFIX "/qt/qml"
QML_FILES
"App.qml"
"MainScreen.qml"
"pages/HomePage.qml"
"pages/ImageSearchPage.qml"
"pages/InstalledWallpaperPage.qml"
"pages/LiveSearchPage.qml"
"pages/LoginPage.qml"
"pages/SettingsPage.qml"
"pages/UserProfilePage.qml"
"pages/WallpaperSettingsPage.qml"
"pages/VideoSearchPage.qml"
QML_FILES pages/FeaturedVideosPage.qml
QML_FILES pages/FeaturedPacksPage.qml
QML_FILES pages/FeaturedImagesPage.qml
)