qt5base-lts/tests/auto/qtcpsocket/test/test.pro
Rohan McGovern a2cbaf9137 test: really marked tst_qtcpsocket autotest as unstable
15575fb280 edited the wrong .pro file :(

Task-number: QTBUG-21043
Change-Id: I7b52fb7ea8669856b359523b278142c763bfb978
Reviewed-on: http://codereview.qt.nokia.com/3341
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Keith Isdale <keith.isdale@nokia.com>
2011-08-23 04:57:58 +02:00

33 lines
501 B
Prolog

load(qttest_p4)
QT += core-private network-private
SOURCES += ../tst_qtcpsocket.cpp
win32: {
wince*: {
LIBS += -lws2
} else {
LIBS += -lws2_32
}
}
QT += network
vxworks:QT -= gui
symbian: {
TARGET.EPOCHEAPSIZE="0x100 0x3000000"
TARGET.CAPABILITY = NetworkServices ReadUserData
}
TARGET = tst_qtcpsocket
win32 {
CONFIG(debug, debug|release) {
DESTDIR = ../debug
} else {
DESTDIR = ../release
}
} else {
DESTDIR = ../
}
CONFIG+=insignificant_test # unstable, QTBUG-21043