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 { libresapi_settings {
CONFIG *= qt
QT *= core
SOURCES += api/SettingsHandler.cpp SOURCES += api/SettingsHandler.cpp
HEADERS += api/SettingsHandler.h HEADERS += api/SettingsHandler.h
} }

View file

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