summaryrefslogtreecommitdiffstats
path: root/tests/auto/qftp/qftp.pro
blob: 1a154d332baa763ddc7f56d1d28adf292b3d9778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase
TARGET = tst_qftp
SOURCES  += tst_qftp.cpp


QT = core network testlib
LIBS += -lqftp
INCLUDEPATH += "../../include"

wince*: {
   addFiles.files = rfc3252.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

CONFIG+=insignificant_test  # uses live qt-test-server, inherently unstable