Thread: qjson
View Single Post
Posts: 1 | Thanked: 0 times | Joined on May 2010
#8
hi, could u tell me how to use qjson in qt? I have installed the library in scartchbox by using apt-get install libqjson and also updated the pro file, but i always get error "qjson/parser.h: No such file or directory" when i include qjson/parse.h.

my pro file is as follow
Code:
TEMPLATE = app
TARGET = 
DEPENDPATH += . src
INCLUDEPATH += . src /usr/lib
QT += webkit
LIBS += -L/usr/lib -lqjson

# Input
HEADERS += config.h src/mainwindow.h
SOURCES += src/main.cpp src/mainwindow.cpp