Inital commit of the Komplex Hub
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
|
||||
set(target "QuickStudioComponents")
|
||||
set(working_dir "/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components")
|
||||
set(src_and_dest_list
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/ArcArrow.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/ArcArrow.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/ArcItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/ArcItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/BorderItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/BorderItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/EllipseItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/EllipseItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/FlipableItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/FlipableItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/GroupItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/GroupItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/PieItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/PieItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/RectangleItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/RectangleItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/RegularPolygonItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/RegularPolygonItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/StarItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/StarItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/StraightArrow.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/StraightArrow.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/SvgPathItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/SvgPathItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/TextItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/TextItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/TriangleItem.qml"
|
||||
"/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/TriangleItem.qml"
|
||||
|
||||
)
|
||||
set(timestamp_file "/home/parametheus/Projects/QtDesigner/KomplexHub/build/Dependencies/Components/imports/components/.qt/QuickStudioComponents_qml.txt")
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
set(target "QuickStudioComponents")
|
||||
set(working_dir "/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components")
|
||||
set(src_and_dest_list
|
||||
|
||||
)
|
||||
set(timestamp_file "/home/parametheus/Projects/QtDesigner/KomplexHub/build/Dependencies/Components/imports/components/.qt/QuickStudioComponents_res.txt")
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<RCC>
|
||||
<qresource prefix="/qt-project.org/imports/QtQuick/Studio/Components/">
|
||||
<file alias="ArcArrow.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/ArcArrow.qml</file>
|
||||
<file alias="ArcItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/ArcItem.qml</file>
|
||||
<file alias="BorderItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/BorderItem.qml</file>
|
||||
<file alias="EllipseItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/EllipseItem.qml</file>
|
||||
<file alias="FlipableItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/FlipableItem.qml</file>
|
||||
<file alias="GroupItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/GroupItem.qml</file>
|
||||
<file alias="PieItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/PieItem.qml</file>
|
||||
<file alias="RectangleItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/RectangleItem.qml</file>
|
||||
<file alias="RegularPolygonItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/RegularPolygonItem.qml</file>
|
||||
<file alias="StarItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/StarItem.qml</file>
|
||||
<file alias="StraightArrow.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/StraightArrow.qml</file>
|
||||
<file alias="SvgPathItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/SvgPathItem.qml</file>
|
||||
<file alias="TextItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/TextItem.qml</file>
|
||||
<file alias="TriangleItem.qml">/home/parametheus/Projects/QtDesigner/KomplexHub/Dependencies/Components/imports/components/TriangleItem.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/qt-project.org/imports/QtQuick/Studio/Components">
|
||||
<file alias="qmldir">/home/parametheus/Projects/QtDesigner/KomplexHub/build/qml/QtQuick/Studio/Components/qmldir</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
+3001
File diff suppressed because it is too large
Load Diff
+14
@@ -0,0 +1,14 @@
|
||||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||
|
||||
// This file was generated by the qt_add_resources command.
|
||||
|
||||
#include <QtCore/qtsymbolmacros.h>
|
||||
|
||||
QT_DECLARE_EXTERN_RESOURCE(QuickStudioComponents_raw_qml_0)
|
||||
|
||||
namespace {
|
||||
struct resourceReferenceKeeper {
|
||||
resourceReferenceKeeper() { QT_KEEP_RESOURCE(QuickStudioComponents_raw_qml_0) }
|
||||
} resourceReferenceKeeperInstance;
|
||||
}
|
||||
+170
@@ -0,0 +1,170 @@
|
||||
/****************************************************************************
|
||||
** Resource object code
|
||||
**
|
||||
** Created by: The Resource Compiler for Qt version 6.10.2
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// disable informational message "function ... selected for automatic inline expansion"
|
||||
#pragma warning (disable: 4711)
|
||||
#endif
|
||||
|
||||
static const unsigned char qt_resource_data[] = {
|
||||
// qmldir
|
||||
0x0,0x0,0x1,0x55,
|
||||
0x28,
|
||||
0xb5,0x2f,0xfd,0x60,0x94,0x3,0x5d,0xa,0x0,0xa2,0x4e,0x2c,0x1d,0x40,0x53,0x1d,
|
||||
0xf,0x9b,0xcb,0x6c,0xb8,0xa6,0x7c,0x87,0xd4,0x42,0xad,0x50,0xcb,0xff,0x50,0xac,
|
||||
0xe2,0x4b,0xe2,0xa0,0x7a,0xd2,0x71,0x55,0x97,0x3,0x49,0xd9,0xf5,0x35,0xb,0x51,
|
||||
0xca,0xb3,0xa7,0x61,0xf4,0x29,0x8d,0x99,0xab,0xb3,0x7f,0x28,0xec,0xb6,0x71,0xfd,
|
||||
0x38,0x73,0xb3,0x69,0x83,0xec,0xa1,0x75,0x28,0x3f,0x1a,0x67,0xfb,0x42,0x9d,0x84,
|
||||
0x29,0x74,0x65,0x64,0xe7,0x12,0xea,0x1b,0x79,0x1f,0xf4,0xed,0x33,0x54,0x5,0x9c,
|
||||
0x1,0x41,0xa0,0x32,0xed,0x6e,0x80,0xdc,0x90,0xd6,0x5a,0x4b,0x3e,0x5e,0xcd,0xdb,
|
||||
0x79,0x68,0x2b,0xed,0x11,0xf0,0x97,0x55,0x50,0xbe,0x93,0xf5,0x98,0xa4,0x7b,0x17,
|
||||
0xa7,0x27,0x90,0x37,0x6e,0x3e,0x45,0xfb,0xde,0x31,0x4e,0xe9,0xb,0x1b,0xcb,0x8d,
|
||||
0x9e,0x48,0xe4,0x31,0x28,0x25,0x73,0x90,0x72,0xc,0x36,0x7f,0xec,0x4,0xb9,0x4d,
|
||||
0x17,0xd5,0x6f,0x73,0xf6,0x16,0xc8,0x2e,0xc9,0x87,0xb,0x3b,0xbe,0x46,0x38,0xcd,
|
||||
0xd1,0xfc,0x87,0x63,0x81,0x78,0x36,0xbe,0xa1,0xd6,0xcd,0xa8,0x5f,0x48,0xa0,0xb1,
|
||||
0x49,0x92,0x12,0x9a,0xa2,0xe2,0x52,0x63,0x30,0x44,0xa8,0xa9,0xe9,0x25,0xfd,0x98,
|
||||
0x9a,0x31,0x96,0xa8,0xc8,0x7d,0xfe,0x9c,0xc0,0xb2,0x90,0xe1,0x20,0x51,0x4c,0x8a,
|
||||
0x47,0x31,0x1c,0x7f,0x52,0xa4,0x12,0x2e,0x1c,0x2,0x28,0x77,0xe3,0x79,0x8e,0xcc,
|
||||
0xca,0x85,0x41,0x6c,0x9b,0x82,0x59,0xcf,0x4a,0x1b,0x9e,0x6a,0x53,0xea,0x89,0xed,
|
||||
0xd8,0x3e,0xd8,0xdd,0x2e,0x89,0x62,0xe2,0xe7,0x78,0x66,0x21,0xcf,0x34,0x4,0x63,
|
||||
0xa3,0x12,0xed,0x44,0x9b,0x30,0x6b,0xc8,0x29,0x80,0x86,0x9,0x25,0xbf,0xda,0x47,
|
||||
0xd8,0x20,0xe4,0x1d,0x51,0x8,0x16,0xac,0xf1,0x9a,0xe,0x47,0x14,0x4,0xb7,0xd1,
|
||||
0x93,0xff,0xfe,0x58,0x56,0x9e,0x4,0x3b,0xc6,0xf7,0xce,0x1c,0x6,0xd3,0xb2,0x65,
|
||||
0x4a,0xae,0x6e,0x39,0xbc,0xcd,0x7,0xad,0x53,0x7c,0x2f,0x37,0x13,0xeb,0xf6,0x8e,
|
||||
0x4b,0x73,0xb1,0x2a,
|
||||
|
||||
};
|
||||
|
||||
static const unsigned char qt_resource_name[] = {
|
||||
// qt-project.org
|
||||
0x0,0xe,
|
||||
0x5,0x28,0x6c,0x87,
|
||||
0x0,0x71,
|
||||
0x0,0x74,0x0,0x2d,0x0,0x70,0x0,0x72,0x0,0x6f,0x0,0x6a,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x2e,0x0,0x6f,0x0,0x72,0x0,0x67,
|
||||
// imports
|
||||
0x0,0x7,
|
||||
0x0,0x47,0x69,0x53,
|
||||
0x0,0x69,
|
||||
0x0,0x6d,0x0,0x70,0x0,0x6f,0x0,0x72,0x0,0x74,0x0,0x73,
|
||||
// QtQuick
|
||||
0x0,0x7,
|
||||
0x8,0x98,0xbf,0x3b,
|
||||
0x0,0x51,
|
||||
0x0,0x74,0x0,0x51,0x0,0x75,0x0,0x69,0x0,0x63,0x0,0x6b,
|
||||
// Studio
|
||||
0x0,0x6,
|
||||
0x5,0xab,0xba,0xff,
|
||||
0x0,0x53,
|
||||
0x0,0x74,0x0,0x75,0x0,0x64,0x0,0x69,0x0,0x6f,
|
||||
// Components
|
||||
0x0,0xa,
|
||||
0x7,0x6e,0x9,0x33,
|
||||
0x0,0x43,
|
||||
0x0,0x6f,0x0,0x6d,0x0,0x70,0x0,0x6f,0x0,0x6e,0x0,0x65,0x0,0x6e,0x0,0x74,0x0,0x73,
|
||||
// qmldir
|
||||
0x0,0x6,
|
||||
0x7,0x84,0x2b,0x2,
|
||||
0x0,0x71,
|
||||
0x0,0x6d,0x0,0x6c,0x0,0x64,0x0,0x69,0x0,0x72,
|
||||
|
||||
};
|
||||
|
||||
static const unsigned char qt_resource_struct[] = {
|
||||
// :
|
||||
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/qt-project.org
|
||||
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/qt-project.org/imports
|
||||
0x0,0x0,0x0,0x22,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x3,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/qt-project.org/imports/QtQuick
|
||||
0x0,0x0,0x0,0x36,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x4,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/qt-project.org/imports/QtQuick/Studio
|
||||
0x0,0x0,0x0,0x4a,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x5,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/qt-project.org/imports/QtQuick/Studio/Components
|
||||
0x0,0x0,0x0,0x5c,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x6,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/qt-project.org/imports/QtQuick/Studio/Components/qmldir
|
||||
0x0,0x0,0x0,0x76,0x0,0x4,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
|
||||
0x0,0x0,0x1,0x9d,0xf1,0x19,0x49,0xe9,
|
||||
|
||||
};
|
||||
|
||||
#ifdef QT_NAMESPACE
|
||||
# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name
|
||||
# define QT_RCC_MANGLE_NAMESPACE0(x) x
|
||||
# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b
|
||||
# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b)
|
||||
# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \
|
||||
QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE))
|
||||
#else
|
||||
# define QT_RCC_PREPEND_NAMESPACE(name) name
|
||||
# define QT_RCC_MANGLE_NAMESPACE(name) name
|
||||
#endif
|
||||
|
||||
#if defined(QT_INLINE_NAMESPACE)
|
||||
inline namespace QT_NAMESPACE {
|
||||
#elif defined(QT_NAMESPACE)
|
||||
namespace QT_NAMESPACE {
|
||||
#endif
|
||||
|
||||
bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
|
||||
bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
|
||||
|
||||
#if defined(__ELF__) || defined(__APPLE__)
|
||||
static inline unsigned char qResourceFeatureZstd()
|
||||
{
|
||||
extern const unsigned char qt_resourceFeatureZstd;
|
||||
return qt_resourceFeatureZstd;
|
||||
}
|
||||
#else
|
||||
unsigned char qResourceFeatureZstd();
|
||||
#endif
|
||||
|
||||
#ifdef QT_NAMESPACE
|
||||
}
|
||||
#endif
|
||||
|
||||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_qmake_QtQuick_Studio_Components)();
|
||||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_qmake_QtQuick_Studio_Components)()
|
||||
{
|
||||
int version = 3;
|
||||
QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData)
|
||||
(version, qt_resource_struct, qt_resource_name, qt_resource_data);
|
||||
return 1;
|
||||
}
|
||||
|
||||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_qmake_QtQuick_Studio_Components)();
|
||||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_qmake_QtQuick_Studio_Components)()
|
||||
{
|
||||
int version = 3;
|
||||
version += QT_RCC_PREPEND_NAMESPACE(qResourceFeatureZstd());
|
||||
QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData)
|
||||
(version, qt_resource_struct, qt_resource_name, qt_resource_data);
|
||||
return 1;
|
||||
}
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic push
|
||||
# pragma clang diagnostic ignored "-Wexit-time-destructors"
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
struct initializer {
|
||||
initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_qmake_QtQuick_Studio_Components)(); }
|
||||
~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_qmake_QtQuick_Studio_Components)(); }
|
||||
} dummy;
|
||||
}
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic pop
|
||||
#endif
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
// Copyright (C) 2023 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||
|
||||
// This file was generated by the qt_add_resources command.
|
||||
|
||||
#include <QtCore/qtsymbolmacros.h>
|
||||
|
||||
QT_DECLARE_EXTERN_RESOURCE(qmake_QtQuick_Studio_Components)
|
||||
|
||||
namespace {
|
||||
struct resourceReferenceKeeper {
|
||||
resourceReferenceKeeper() { QT_KEEP_RESOURCE(qmake_QtQuick_Studio_Components) }
|
||||
} resourceReferenceKeeperInstance;
|
||||
}
|
||||
Reference in New Issue
Block a user