Improve libresapi qmake files

This commit is contained in:
Gioacchino Mazzurco 2018-06-09 17:08:13 +02:00
parent 5953e7bbe8
commit 5d237c8753
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051
2 changed files with 5 additions and 3 deletions

View File

@ -21,9 +21,6 @@ libresapilocalserver {
}
libresapi_settings {
CONFIG *= qt
QT *= core
SOURCES += api/SettingsHandler.cpp
HEADERS += api/SettingsHandler.h
}

View File

@ -15,6 +15,11 @@ libresapilocalserver {
QT *= network
}
libresapi_settings {
CONFIG *= qt
QT *= core
}
libresapihttpserver {
mLibs *= microhttpd
}