You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
337 B

INCLUDEPATH += $${PWD} \
$${PWD}/picojson \
$${PWD}/simplecpp \
$${PWD}/tinyxml2
HEADERS += $${PWD}/picojson/picojson.h \
$${PWD}/simplecpp/simplecpp.h \
$${PWD}/tinyxml2/tinyxml2.h
SOURCES += $${PWD}/simplecpp/simplecpp.cpp \
$${PWD}/tinyxml2/tinyxml2.cpp