From d596bb24b38810f85db2f6ae04224f51783b4bf7 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 24 Nov 2022 08:03:56 +0100 Subject: [PATCH] no need for private includes anymore --- examples/iotdashboard/iotdashboard.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iotdashboard/iotdashboard.pro b/examples/iotdashboard/iotdashboard.pro index 46c2c6c8..34236526 100644 --- a/examples/iotdashboard/iotdashboard.pro +++ b/examples/iotdashboard/iotdashboard.pro @@ -1,7 +1,7 @@ CONFIG += qskexample QT += svg -QT += quick_private # TODO: examples should not use private headers +#QT += quick_private # TODO: examples should not use private headers SOURCES += \ Box.cpp \