summaryrefslogtreecommitdiffstats
path: root/examples/corelib
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-15 16:23:26 +0100
committerKai Köhne <kai.koehne@qt.io>2021-12-19 14:38:27 +0100
commitc52fcb2ad9f4a1c166ac0438db3889b13d7f9270 (patch)
tree64fe0d4b4272f883237d9208bb4fa9ec531d2d53 /examples/corelib
parent8db16bfa7e2ebfcb710d8d9e885c2d54d7b29b4f (diff)
bindablesubscription: Remove duplicated file entry
Pick-to: 6.2 6.3 Change-Id: I7f24425c8ccfb11bda926373099d377f808a70dd Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'examples/corelib')
-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 eb9e99b207..9d0ee8b193 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
)