Ongoing GUI updates.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
QT += core gui
|
||||
QT += core gui svg
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
@@ -12,7 +12,8 @@ QMAKE_CXXFLAGS += -std=c++23
|
||||
|
||||
INCLUDEPATH += . libwin
|
||||
|
||||
linux:contains(QT_ARCH, arm.*) {
|
||||
linux:contains(QT_ARCH, arm.*)
|
||||
{
|
||||
message("Konfiguration für Raspberry Pi (ARM) erkannt.")
|
||||
|
||||
# 1. Header-Dateien (z.B. für bcm2835.h oder eigene Treiber)
|
||||
|
||||
Reference in New Issue
Block a user