summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-15 16:23:26 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-24 05:15:17 +0000
commit5ae52a137435db155a14a55a35a4f197960c9860 (patch)
tree1aa2d9ab7e82b78bcbc7a37b58c10bdbc5491317 /examples
parent08fe73fbac73d6f79944ff1cf910ef698ce07eb7 (diff)
bindablesubscription: Remove duplicated file entry
Change-Id: I7f24425c8ccfb11bda926373099d377f808a70dd Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit c52fcb2ad9f4a1c166ac0438db3889b13d7f9270) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt b/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt
index b2909589a5..7f88780a9a 100644
--- a/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt
+++ b/examples/corelib/bindableproperties/bindablesubscription/CMakeLists.txt
@@ -20,7 +20,6 @@ find_package(Qt6 COMPONENTS 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
)