summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qlibrary/qlibrary.pro')
-rw-r--r--tests/auto/corelib/plugin/qlibrary/qlibrary.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/corelib/plugin/qlibrary/qlibrary.pro b/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
new file mode 100644
index 0000000000..5dc129fbf9
--- /dev/null
+++ b/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
@@ -0,0 +1,18 @@
+QT -= gui
+TEMPLATE = subdirs
+CONFIG += ordered
+
+symbian: {
+# Can't build two versions of lib with same name in symbian, so just build one
+SUBDIRS = lib2 \
+ tst
+} else {
+SUBDIRS = lib \
+ lib2 \
+ tst
+}
+TARGET = tst_qlibrary
+
+# no special install rule for subdir
+INSTALLS =
+CONFIG += parallel_test