removed the state machine. use only http.
[simple-xmbc-rem] / test-json / test-json.pro
1 QT       += testlib
2 QT       -= gui
3
4 TARGET = test-json
5 CONFIG   += console
6 CONFIG   -= app_bundle
7
8 TEMPLATE = app
9
10 SOURCES += main.cpp \
11     ../src/json.cpp
12 DEFINES += SRCDIR=\\\"$$PWD/\\\"
13
14 HEADERS += \
15     ../src/json.h