From 87d68930ed20c88b3f15ede69ade412ad9404b79 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 12 Apr 2023 12:12:05 +0200 Subject: [PATCH] missing DEFINE added --- examples/iotdashboard/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)