summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnearfieldtagtype1
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-14 11:51:54 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 02:02:37 +0200
commit169d2c96eefca0abc112e9d1c6b92f56daa2915a (patch)
tree829f23526392ffc61492dac0301226aedc7e5dfe /tests/auto/qnearfieldtagtype1
parentd7a992294ec3a938f6fd8c1a53318922cd2dbb60 (diff)
tests: enabled all passing autotests
Enabled compilation of all autotests which are able to compile. Enabled enforcing the results of all autotests which pass. Raised bugs for autotests which don't fall into the above two categories. Task-number: QTBUG-22015 Task-number: QTBUG-22016 Task-number: QTBUG-22017 Change-Id: I860a8f6e44dc6ab563ecc3f7d178f778fefa9d64 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests/auto/qnearfieldtagtype1')
-rw-r--r--tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro2
-rw-r--r--tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro b/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro
index 1494c4c5..11284551 100644
--- a/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro
+++ b/tests/auto/qnearfieldtagtype1/qnearfieldtagtype1.pro
@@ -2,7 +2,7 @@ SOURCES += tst_qnearfieldtagtype1.cpp
TARGET = tst_qnearfieldtagtype1
CONFIG += testcase
-QT = core nfc testlib
+QT = core nfc-private testlib
DEFINES += SRCDIR=\\\"$$PWD/../nfcdata\\\"
diff --git a/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp b/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp
index 9e27e94b..12f561cc 100644
--- a/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp
+++ b/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp
@@ -42,8 +42,8 @@
#include <QtTest/QtTest>
#include "../qconnectivitytestcommon.h"
-#include "qnearfieldmanager_emulator_p.h"
+#include <private/qnearfieldmanager_emulator_p.h>
#include <qnearfieldmanager.h>
#include <qndefmessage.h>
#include <qnearfieldtagtype1.h>