Fixed defines for no_downloader builds

This commit is contained in:
Alex Zolotarev 2011-06-03 23:58:09 +02:00 committed by Alex Zolotarev
parent a64b3355df
commit 14c4098937
2 changed files with 1 additions and 4 deletions

View file

@ -35,9 +35,6 @@ CONFIG(production) {
CONFIG(release, debug|release)|CONFIG(production) {
CONFIG += no_downloader
DEFINES += NO_DOWNLOADER
} else {
CONFIG += use_downloader
DEFINES += USE_DOWNLOADER
}
}

View file

@ -86,7 +86,7 @@ HEADERS += \
RESOURCES += res/resources.qrc
# removed for desktop releases
CONFIG(debug, debug|release) {
!CONFIG(no_downloader) {
QT *= webkit
SOURCES += \