make USE_SSL actually work (thanks @prusnak for noticing)
This commit is contained in:
parent
07e2882366
commit
8f1631b797
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ contains(USE_DBUS, 1) {
|
|||
}
|
||||
|
||||
# use: qmake "USE_SSL=1"
|
||||
contains(USE_DBUS, 1) {
|
||||
contains(USE_SSL, 1) {
|
||||
message(Building with SSL support for RPC)
|
||||
DEFINES += USE_SSL
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue