Refactor for testing and a unit test.
[ptas] / zouba / qt / tests / ut_httpclient / ut_httpclient.pro
1 CONFIG += \
2   qt \
3   debug \
4
5 QT += \
6   testlib \
7
8 INCLUDEPATH += \
9   ../.. \
10
11 TEMPLATE = app
12
13 SOURCES  = \
14   ut_httpclient.cpp \
15   ../../httpclient_p.cpp \
16
17 HEADERS += \
18   ut_httpclient.h \
19   ../../httpclient_p.h \
20