tests/auto/qlibrary/qlibrary.pro
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qlibrary/qlibrary.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,17 @@
+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 =