mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -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 {
|
libresapi_settings {
|
||||||
CONFIG *= qt
|
|
||||||
QT *= core
|
|
||||||
|
|
||||||
SOURCES += api/SettingsHandler.cpp
|
SOURCES += api/SettingsHandler.cpp
|
||||||
HEADERS += api/SettingsHandler.h
|
HEADERS += api/SettingsHandler.h
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,11 @@ libresapilocalserver {
|
||||||
QT *= network
|
QT *= network
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libresapi_settings {
|
||||||
|
CONFIG *= qt
|
||||||
|
QT *= core
|
||||||
|
}
|
||||||
|
|
||||||
libresapihttpserver {
|
libresapihttpserver {
|
||||||
mLibs *= microhttpd
|
mLibs *= microhttpd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue