1
0
Fork 0
mirror of https://gitlab.com/niansa/qcommsy.git synced 2025-03-06 20:53:33 +01:00

Cleaned up dependencies

This commit is contained in:
niansa 2020-08-19 10:42:16 +02:00
parent 661efe92ba
commit b6062d0bb4
2 changed files with 0 additions and 4 deletions

View file

@ -31,7 +31,6 @@ FORMS += \
postView.ui
LIBS += -lcurlpp -lcurl
LIBS += -lfuse
LIBS += -lgumbo
# Default rules for deployment.

View file

@ -16,9 +16,6 @@
#include <curlpp/Infos.hpp>
#include <curlpp/Options.hpp>
#include <nlohmann/json.hpp>
using json = nlohmann::json;
#include <gumbo.h>
class invalidSIDError {};