diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-23 15:36:18 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-23 15:36:18 +0800 |
commit | f14878b05ee885f1747feab256011b4da72ae778 (patch) | |
tree | e9415590ecccaa1fe30b20a49f418990d650302f /kelakon.pro | |
parent | c592064dda137e81cee7a421bb68fa83535542bd (diff) |
Started to use cURL
Diffstat (limited to 'kelakon.pro')
-rw-r--r-- | kelakon.pro | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kelakon.pro b/kelakon.pro index fb0d403..e0e0d89 100644 --- a/kelakon.pro +++ b/kelakon.pro @@ -1,6 +1,15 @@ QT += quickcontrols2 +HEADERS += \ + rtclient.h \ + networkworker.hxx + SOURCES += \ - main.cxx + rtclient.c \ + networkworker.cxx \ + main.cxx RESOURCES += kelakon.qrc + +LIBS += \ + -lcurl |