forked from organicmaps/organicmaps
Fixed defines for no_downloader builds
This commit is contained in:
parent
a64b3355df
commit
14c4098937
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ HEADERS += \
|
|||
RESOURCES += res/resources.qrc
|
||||
|
||||
# removed for desktop releases
|
||||
CONFIG(debug, debug|release) {
|
||||
!CONFIG(no_downloader) {
|
||||
QT *= webkit
|
||||
|
||||
SOURCES += \
|
||||
|
|
Loading…
Add table
Reference in a new issue