make USE_SSL actually work (thanks @prusnak for noticing)

This commit is contained in:
Wladimir J. van der Laan 2011-09-30 17:36:39 +02:00
parent 07e2882366
commit 8f1631b797
1 changed files with 1 additions and 1 deletions

View File

@ -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
}