summaryrefslogtreecommitdiffstats
path: root/tests/manual/corelib/tools/customtypesending/customtypesending.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/corelib/tools/customtypesending/customtypesending.pro')
-rw-r--r--tests/manual/corelib/tools/customtypesending/customtypesending.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manual/corelib/tools/customtypesending/customtypesending.pro b/tests/manual/corelib/tools/customtypesending/customtypesending.pro
new file mode 100644
index 0000000000..d316787f76
--- /dev/null
+++ b/tests/manual/corelib/tools/customtypesending/customtypesending.pro
@@ -0,0 +1,9 @@
+HEADERS = message.h \
+ window.h
+SOURCES = main.cpp \
+ message.cpp \
+ window.cpp
+QT += widgets
+INCLUDEPATH += .
+TARGET = customtypesending
+