summaryrefslogtreecommitdiffstats
path: root/tests/auto/platformsocketengine/platformsocketengine.pro
blob: 99ae358a9392e4577d438b627808a34cf2d5d25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}