LIST(APPEND QtComponents DBus)
LIST(APPEND QtLibraries Qt6::DBus)
-
- list(APPEND VymSources src/dbus/adaptormodel.cpp src/dbus/adaptorvym.cpp)
- include_directories(${CMAKE_SOURCE_DIR}/src/dbus ${CMAKE_SOURCE_DIR}/src)
- ADD_COMPILE_DEFINITIONS(VYM_DBUS)
endif()
endif()
ADD_COMPILE_DEFINITIONS(_USE_MATH_DEFINES)
endif()
+# Add DBUS interfaces to sources, if DBUS is available on platform
+if(DBus1_FOUND)
+ list(APPEND VymSources src/dbus/adaptormodel.cpp src/dbus/adaptorvym.cpp)
+ include_directories(${CMAKE_SOURCE_DIR}/src/dbus ${CMAKE_SOURCE_DIR}/src)
+ ADD_COMPILE_DEFINITIONS(VYM_DBUS)
+endif()
# Translations (release)
#ifndef VERSION_H
#define VERSION_H
-#define __VYM_VERSION "2.9.581"
-#define __VYM_BUILD_DATE "2025-07-04"
+#define __VYM_VERSION "2.9.582"
+#define __VYM_BUILD_DATE "2025-07-07"
#define __VYM_NAME "VYMng" // FIXME "next generation" in in window title
#define __VYM_HOME "http://www.insilmaril.de/vym"