Bumped plugins and added find_package

This commit is contained in:
Daniel Brunner
2018-12-16 20:25:46 +01:00
parent dee06fe5fa
commit e0b1ec563d
7 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
find_package(Qt5Core CONFIG REQUIRED)
set(HEADERS
)

View File

@@ -1,3 +1,6 @@
find_package(Qt5Core CONFIG REQUIRED)
find_package(Qt5Network CONFIG REQUIRED)
set(HEADERS
httpclientconnection.h
httpexception.h