summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject/signalbug.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qobject/signalbug.pro')
-rw-r--r--tests/auto/qobject/signalbug.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/qobject/signalbug.pro b/tests/auto/qobject/signalbug.pro
new file mode 100644
index 0000000000..a835264a93
--- /dev/null
+++ b/tests/auto/qobject/signalbug.pro
@@ -0,0 +1,19 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Tue Aug 15 13:45:41 2006
+######################################################################
+
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+CONFIG -= app_bundle debug_and_release
+DESTDIR=.
+QT -= gui
+wince*: {
+ LIBS += coredll.lib
+}
+# Input
+HEADERS += signalbug.h
+SOURCES += signalbug.cpp
+
+