mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
make USE_SSL actually work (thanks @prusnak for noticing)
This commit is contained in:
parent
07e2882366
commit
8f1631b797
@ -32,7 +32,7 @@ contains(USE_DBUS, 1) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# use: qmake "USE_SSL=1"
|
# use: qmake "USE_SSL=1"
|
||||||
contains(USE_DBUS, 1) {
|
contains(USE_SSL, 1) {
|
||||||
message(Building with SSL support for RPC)
|
message(Building with SSL support for RPC)
|
||||||
DEFINES += USE_SSL
|
DEFINES += USE_SSL
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user