summaryrefslogtreecommitdiffstats
path: root/tests/auto/qauthenticator/qauthenticator.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-07-14 15:21:25 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-07-15 09:50:42 (GMT)
commit648f8a05abac5fbf851fff18d1c34ff7c4a7a027 (patch)
tree65eef7748dbc8ec892b5c412d06a2900e76544e1 /tests/auto/qauthenticator/qauthenticator.pro
parent1af3362a321dd055798173737d3aede367a1d30c (diff)
downloadQt-648f8a05abac5fbf851fff18d1c34ff7c4a7a027.zip
Qt-648f8a05abac5fbf851fff18d1c34ff7c4a7a027.tar.gz
Qt-648f8a05abac5fbf851fff18d1c34ff7c4a7a027.tar.bz2
Autotest: add a small, boring test for QAuthenticator
Diffstat (limited to 'tests/auto/qauthenticator/qauthenticator.pro')
-rw-r--r--tests/auto/qauthenticator/qauthenticator.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qauthenticator/qauthenticator.pro b/tests/auto/qauthenticator/qauthenticator.pro
new file mode 100644
index 0000000..05f83bc
--- /dev/null
+++ b/tests/auto/qauthenticator/qauthenticator.pro
@@ -0,0 +1,5 @@
+load(qttest_p4)
+requires(contains(QT_CONFIG,private_tests))
+QT = core network
+SOURCES += tst_qauthenticator.cpp
+DEFINES += SRCDIR=\\\"$$PWD/\\\"