8436fa30af
Simplistic console application with one test for each of the two classes. Simply tests that we receive the signal when the connection is disrupted in some way. This patch also exports the classes for tests/developer builds so that we can actually link with them. Change-Id: I8066312274350984110c3f3ad3e94854adca7c2a Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
5 lines
96 B
Prolog
5 lines
96 B
Prolog
TEMPLATE = app
|
|
QT = network-private testlib
|
|
CONFIG += console
|
|
SOURCES += tst_qnetconmonitor.cpp
|