summaryrefslogtreecommitdiffstats
path: root/tests/auto/proxy/proxy.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/proxy/proxy.pro')
-rw-r--r--tests/auto/proxy/proxy.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/proxy/proxy.pro b/tests/auto/proxy/proxy.pro
new file mode 100644
index 0000000..c4e0a07
--- /dev/null
+++ b/tests/auto/proxy/proxy.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase
+TARGET = tst_proxy
+QT += testlib remoteobjects
+QT -= gui
+
+SOURCES += tst_proxy.cpp
+
+REPC_MERGED += engine.rep
+REPC_MERGED += subclass.rep
+
+contains(QT_CONFIG, c++11): CONFIG += c++11