summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron McCarthy <mccarthy.aaron@gmail.com>2013-01-17 22:17:04 +1000
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-02-08 12:33:35 +0100
commit4c6ddcf21f4e6f332674e5be6e09751fbccc01d6 (patch)
treefdc2b0db04d0ee4989d607bde891d0ddcf1765c7 /tests
parent494bb455c1403c0180ce2c4c7d27f2e6b785a15a (diff)
Fix building of NFC tests.
The tests qnearfieldmanager, qnearfieldtagtype1 and qnearfieldtagtype2 pull in shared code from the NFC library source. Set VPATH so that these source files can be found. Change-Id: Ie095b4d55b06cb364c697b944f9a4aca9e6fbb93 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qnearfieldmanager/qnearfieldmanager.pro1
-rw-r--r--tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro1
-rw-r--r--tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qnearfieldmanager/qnearfieldmanager.pro b/tests/auto/qnearfieldmanager/qnearfieldmanager.pro
index 52272dfe..532409ab 100644
--- a/tests/auto/qnearfieldmanager/qnearfieldmanager.pro
+++ b/tests/auto/qnearfieldmanager/qnearfieldmanager.pro
@@ -5,6 +5,7 @@ CONFIG += testcase
QT = core nfc-private testlib
INCLUDEPATH += ../../../src/nfc
+VPATH += ../../../src/nfc
# This test includes source code from QtNfc library. Define the namespace which moc generated code
# should be in.
diff --git a/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro b/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro
index ece570e0..9f4ea6d5 100644
--- a/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro
+++ b/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro
@@ -5,6 +5,7 @@ CONFIG += testcase
QT = core nfc-private testlib
INCLUDEPATH += ../../../src/nfc
+VPATH += ../../../src/nfc
# This test includes source code from QtNfc library. Define the namespace which moc generated code
# should be in.
diff --git a/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro b/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro
index 1fba4540..36e80260 100644
--- a/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro
+++ b/tests/auto/qnearfieldtagtype2/qnearfieldtagtype2.pro
@@ -5,6 +5,7 @@ CONFIG += testcase
QT = core nfc-private testlib
INCLUDEPATH += ../../../src/nfc
+VPATH += ../../../src/nfc
# This test includes source code from QtNfc library. Define the namespace which moc generated code
# should be in.