basic Qt application, with dual screen capability, and sway config to auto-assign

This commit is contained in:
2026-08-07 00:24:58 -05:00
parent a50800dc8c
commit 07dfd7d3f4
74 changed files with 126091 additions and 0 deletions
@@ -0,0 +1,24 @@
/****************************************************************************
** Generated QML type registration code
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <QtQml/qqml.h>
#include <QtQml/qqmlmoduleregistration.h>
#if !defined(QT_STATIC)
#define Q_QMLTYPE_EXPORT Q_DECL_EXPORT
#else
#define Q_QMLTYPE_EXPORT
#endif
Q_QMLTYPE_EXPORT void qml_register_types_nomad()
{
QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED
QT_WARNING_POP
qmlRegisterModule("nomad", 1, 0);
}
static const QQmlModuleRegistration nomadRegistration("nomad", qml_register_types_nomad);