using system qt

This commit is contained in:
2026-04-04 20:12:53 +02:00
parent e1c8894b72
commit 9cedf69d08
8 changed files with 15 additions and 77 deletions

View File

@@ -1,3 +1,3 @@
[env]
QMAKE = "/home/sinus/DEV/Qt/6.11.0/gcc_64/bin/qmake"
QMAKE = "/usr/bin/qmake6"
QT_VERSION_MAJOR = "6"

9
.clang-format Normal file
View File

@@ -0,0 +1,9 @@
# We'll use defaults from the LLVM style, but with some modifications so that it's close to the CDT K&R style.
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4
TabWidth: 4
PackConstructorInitializers: NextLineOnly
BreakConstructorInitializers: AfterColon
IndentAccessModifiers: false
AccessModifierOffset: -4

View File

@@ -1,20 +1,6 @@
{
"active_profile": "sinus",
"active_profile": "system",
"profiles": {
"sinus": {
"qt": {
"qmake": "/home/sinus/DEV/Qt/6.11.0/gcc_64/bin/qmake",
"lib_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/lib",
"qml_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/qml",
"plugins_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/plugins",
"version_major": 6
},
"link": {
"rpaths": [
"/home/sinus/DEV/Qt/6.11.0/gcc_64/lib"
]
}
},
"system": {
"qt": {
"qmake": "/usr/bin/qmake6",

View File

@@ -1,20 +1,6 @@
{
"active_profile": "sinus",
"active_profile": "system",
"profiles": {
"sinus": {
"qt": {
"qmake": "/home/sinus/DEV/Qt/6.11.0/gcc_64/bin/qmake",
"lib_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/lib",
"qml_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/qml",
"plugins_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/plugins",
"version_major": 6
},
"link": {
"rpaths": [
"/home/sinus/DEV/Qt/6.11.0/gcc_64/lib"
]
}
},
"system": {
"qt": {
"qmake": "/usr/bin/qmake6",

View File

@@ -1,20 +1,6 @@
{
"active_profile": "sinus",
"active_profile": "system",
"profiles": {
"sinus": {
"qt": {
"qmake": "/home/sinus/DEV/Qt/6.11.0/gcc_64/bin/qmake",
"lib_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/lib",
"qml_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/qml",
"plugins_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/plugins",
"version_major": 6
},
"link": {
"rpaths": [
"/home/sinus/DEV/Qt/6.11.0/gcc_64/lib"
]
}
},
"system": {
"qt": {
"qmake": "/usr/bin/qmake6",

View File

@@ -1,20 +1,6 @@
{
"active_profile": "sinus",
"active_profile": "system",
"profiles": {
"sinus": {
"qt": {
"qmake": "/home/sinus/DEV/Qt/6.11.0/gcc_64/bin/qmake",
"lib_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/lib",
"qml_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/qml",
"plugins_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/plugins",
"version_major": 6
},
"link": {
"rpaths": [
"/home/sinus/DEV/Qt/6.11.0/gcc_64/lib"
]
}
},
"system": {
"qt": {
"qmake": "/usr/bin/qmake6",

View File

@@ -21,4 +21,3 @@ glib = { workspace = true, features = [] }
gstreamer = { workspace = true, features = ["serde"] }
gstreamer-app = { workspace = true, features = [] }
gstreamer-video = { workspace = true, features = ["serde"] }

View File

@@ -1,20 +1,6 @@
{
"active_profile": "sinus",
"active_profile": "system",
"profiles": {
"sinus": {
"qt": {
"qmake": "/home/sinus/DEV/Qt/6.11.0/gcc_64/bin/qmake",
"lib_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/lib",
"qml_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/qml",
"plugins_dir": "/home/sinus/DEV/Qt/6.11.0/gcc_64/plugins",
"version_major": 6
},
"link": {
"rpaths": [
"/home/sinus/DEV/Qt/6.11.0/gcc_64/lib"
]
}
},
"system": {
"qt": {
"qmake": "/usr/bin/qmake6",