summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtypesending/customtypesending.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/tools/customtypesending/customtypesending.pro')
-rw-r--r--examples/corelib/tools/customtypesending/customtypesending.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/corelib/tools/customtypesending/customtypesending.pro b/examples/corelib/tools/customtypesending/customtypesending.pro
deleted file mode 100644
index da351ce828..0000000000
--- a/examples/corelib/tools/customtypesending/customtypesending.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-HEADERS = message.h \
- window.h
-SOURCES = main.cpp \
- message.cpp \
- window.cpp
-QT += widgets
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/corelib/tools/customtypesending
-INSTALLS += target