8 lines
200 B
Prolog
8 lines
200 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qnetworkinterface
|
|
SOURCES += tst_qnetworkinterface.cpp
|
|
INCLUDEPATH += ../../../../shared/
|
|
HEADERS += ../../../../shared/emulationdetector.h
|
|
|
|
QT = core network testlib
|