summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/movedobject/movedobject.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/movedobject/movedobject.pro')
-rw-r--r--examples/widgets/tutorials/threads/movedobject/movedobject.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/widgets/tutorials/threads/movedobject/movedobject.pro b/examples/widgets/tutorials/threads/movedobject/movedobject.pro
deleted file mode 100644
index b2ea7e5366..0000000000
--- a/examples/widgets/tutorials/threads/movedobject/movedobject.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-QT += widgets
-CONFIG += console
-CONFIG -= app_bundle
-TEMPLATE = app
-SOURCES += main.cpp \
- workerobject.cpp \
- thread.cpp
-
-HEADERS += \
- workerobject.h \
- thread.h
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/movedobject
-INSTALLS += target