862a819762
Reviewed-by: mstormo
17 lines
326 B
Prolog
17 lines
326 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_platformsocketengine.cpp
|
|
|
|
include(../platformsocketengine/platformsocketengine.pri)
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|
|
|
|
MOC_DIR=tmp
|
|
|
|
QT = core-private network-private
|
|
|
|
symbian {
|
|
TARGET.CAPABILITY = NetworkServices
|
|
INCLUDEPATH += $$OS_LAYER_SYSTEMINCLUDE
|
|
LIBS += -lesock
|
|
}
|