Inital commit of the Komplex Hub

This commit is contained in:
Digital Artifex
2026-06-02 15:11:36 -04:00
commit 15a625008e
2911 changed files with 655555 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
### 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"
)