summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/ambdbusaccess/files/ambdbusaccess.pro
blob: bfd82ee87d58a8ad3ddd75ce4b3c39899fc3f2cc (plain)

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highligh
QT += core dbus
QT -= gui

TARGET = ambdbusaccess
CONFIG += console
CONFIG -= app_bundle
CONFIG(release):DEFINES += QT_NO_DEBUG_OUTPUT

TEMPLATE = app

SOURCES += \
    ambdbusaccess.cpp