mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
Improve libresapi qmake files
This commit is contained in:
parent
5953e7bbe8
commit
5d237c8753
2 changed files with 5 additions and 3 deletions
|
@ -21,9 +21,6 @@ libresapilocalserver {
|
|||
}
|
||||
|
||||
libresapi_settings {
|
||||
CONFIG *= qt
|
||||
QT *= core
|
||||
|
||||
SOURCES += api/SettingsHandler.cpp
|
||||
HEADERS += api/SettingsHandler.h
|
||||
}
|
||||
|
|
|
@ -15,6 +15,11 @@ libresapilocalserver {
|
|||
QT *= network
|
||||
}
|
||||
|
||||
libresapi_settings {
|
||||
CONFIG *= qt
|
||||
QT *= core
|
||||
}
|
||||
|
||||
libresapihttpserver {
|
||||
mLibs *= microhttpd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue