summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject/tst_qobject.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qobject/tst_qobject.pro')
-rw-r--r--tests/auto/qobject/tst_qobject.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/qobject/tst_qobject.pro b/tests/auto/qobject/tst_qobject.pro
new file mode 100644
index 0000000000..5745e671c2
--- /dev/null
+++ b/tests/auto/qobject/tst_qobject.pro
@@ -0,0 +1,21 @@
+load(qttest_p4)
+SOURCES += tst_qobject.cpp
+
+# this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by
+# moc from Qt 4.6, and should *not* be generated by the current moc
+SOURCES += moc_oldnormalizeobject.cpp
+
+QT = core \
+ network \
+ gui
+contains(QT_CONFIG, qt3support):DEFINES += QT_HAS_QT3SUPPORT
+wince*: {
+ addFiles.files = signalbug.exe
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+}
+symbian: {
+ addFiles.files = signalbug.exe
+ addFiles.path = \\sys\\bin
+ DEPLOYMENT += addFiles
+}