diff options
Diffstat (limited to 'tests/auto/qauthenticator/qauthenticator.pro')
-rw-r--r-- | tests/auto/qauthenticator/qauthenticator.pro | 5 |
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/\\\" |