From c52fcb2ad9f4a1c166ac0438db3889b13d7f9270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 15 Dec 2021 16:23:26 +0100 Subject: [PATCH] bindablesubscription: Remove duplicated file entry Pick-to: 6.2 6.3 Change-Id: I7f24425c8ccfb11bda926373099d377f808a70dd Reviewed-by: Alexey Edelev --- .../bindableproperties/bindablesubscription/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt b/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt index eb9e99b2071..9d0ee8b1934 100644 --- a/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt +++ b/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt @@ -18,7 +18,6 @@ find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets) qt_add_executable(bindablesubscription ../shared/subscriptionwindow.cpp ../shared/subscriptionwindow.h ../shared/subscriptionwindow.ui main.cpp - main.cpp bindablesubscription.cpp bindablesubscription.h bindableuser.cpp bindableuser.h )