8 lines
144 B
Prolog
8 lines
144 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qabstractnetworkcache
|
|
QT = core network testlib
|
|
SOURCES += tst_qabstractnetworkcache.cpp
|
|
|
|
TESTDATA += tests/*
|
|
|