summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2011-08-24 14:09:22 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-08-24 14:10:36 +1000
commit29ba8297443cf76d4f647bde329d62c2a567c709 (patch)
tree88875199053cd88b3b3521c829277f209e815159 /tests/tests.pro
Initial commit.
From qt5connectivity.tar.gz, md5 317c149d6f8c07d09632353188582834
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
new file mode 100644
index 00000000..b2ca6bf9
--- /dev/null
+++ b/tests/tests.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+SUBDIRS += nfctestserver
+
+linux*:!linux-armcc:contains(bluez_enabled, yes):contains(QT_CONFIG, dbus) {
+ SUBDIRS += btclient
+}
+
+symbian {
+ SUBDIRS += nfcsymbianbackend
+}