summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads/movedobject/movedobject.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/threads/movedobject/movedobject.pro')
-rw-r--r--examples/tutorials/threads/movedobject/movedobject.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/tutorials/threads/movedobject/movedobject.pro b/examples/tutorials/threads/movedobject/movedobject.pro
deleted file mode 100644
index c7fd608c7e..0000000000
--- a/examples/tutorials/threads/movedobject/movedobject.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-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]/qtbase/tutorials/threads/movedobject
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS movedobject.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/movedobject
-INSTALLS += target sources
-
-QT += widgets