summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-06-24 14:53:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-26 12:12:35 +0200
commitd4886e1a50fd546f8e059ef9c539932d6d58c96d (patch)
tree341a8cba6b0bd5cedd8f30a0e52742e6a8742eda /tests/auto/auto.pro
parentf2d6f3b6a6c5eebc36e0206c85896c1142f31229 (diff)
Enable Qt NFC in the CI system.
Don't require CONFIG+=nfc to build QtNfc lib. This prevents proper test execution and there is no API commitment until the API is offcially released anyway. Excludes three auto tests from -developer-build builds as they require Q_AUTOTEST_EXPORT. Fixes compile errors associated to namespace'd builds of Qt. Revert "Remove not needed symbol 'qHash(const QNdefRecord&)'" The symbol is needed during compilation by Windows. This reverts commit 39901af48f40f0672731a1f62dc003c4b37d1fec. Change-Id: I61c644bbfc4906729e6d2b9deb741989030c8624 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a88d77a2..9d817c7e 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -26,7 +26,7 @@ qtHaveModule(nfc) {
qndefrecord \
qnearfieldmanager \
qnearfieldtagtype1 \
- qnearfieldtagtype2 \
+ qnearfieldtagtype2
}
qbluetoothservicediscoveryagent.CONFIG += no_check_target # QTBUG-22017