diff --git a/examples/iotdashboard/CMakeLists.txt b/examples/iotdashboard/CMakeLists.txt index b9b417ca..183c0112 100644 --- a/examples/iotdashboard/CMakeLists.txt +++ b/examples/iotdashboard/CMakeLists.txt @@ -42,3 +42,4 @@ set(SOURCES qt_add_resources(SOURCES images.qrc fonts.qrc) qsk_add_example(iotdashboard ${SOURCES}) +target_compile_definitions(iotdashboard PRIVATE USE_SHORTCUTS=1)