TEMPLATE = app QT += xml QT += network OBJECTS_DIR = .build MOC_DIR = .build CONFIG += warn_on TARGET = sface INCLUDEPATH += . HEADERS += xmlrpc/client.h \ xmlrpc/request.h \ xmlrpc/response.h \ xmlrpc/variant.h \ xmlrpc/sslclient.h \ sfi/command.h \ sfi/sfi.h \ sfi/hrn.h \ sfi/config.h \ sfi/certificate.h \ sfi/registry.h SOURCES += xmlrpc/client.cpp \ xmlrpc/request.cpp \ xmlrpc/response.cpp \ xmlrpc/variant.cpp \ xmlrpc/sslclient.cpp \ sfi/command.cpp \ sfi/sfi.cpp \ sfi/hrn.cpp \ sfi/config.cpp \ sfi/certificate.cpp \ sfi/registry.cpp \ main.cpp