mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 04:30:43 +00:00
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
QT *= network xml
|
|
|
|
SOURCES += $$PWD/src/clientprotocol.cpp \
|
|
$$PWD/src/httpclient.cpp \
|
|
$$PWD/src/httpsclient.cpp \
|
|
$$PWD/src/xmlrpcconv.cpp \
|
|
$$PWD/src/xmlrpcclient.cpp \
|
|
|
|
HEADERS += $$PWD/src/clientprotocol.h \
|
|
$$PWD/src/httpclient.h \
|
|
$$PWD/src/httpsclient.h \
|
|
$$PWD/src/xmlrpcconv.h \
|
|
$$PWD/src/xmlrpcclient.h
|
|
|