forked from organicmaps/organicmaps
Fixed project files
This commit is contained in:
parent
4f2d6ebb55
commit
974ec54a24
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ QT *= core
|
|||
SOURCES += \
|
||||
qtplatform.cpp
|
||||
|
||||
CONFIG (debug) {
|
||||
CONFIG(debug, debug|release) {
|
||||
QT *= network
|
||||
SOURCES += \
|
||||
qt_download_manager.cpp \
|
||||
|
|
|
@ -71,7 +71,7 @@ HEADERS += \
|
|||
RESOURCES += res/resources.qrc
|
||||
|
||||
# removed for desktop releases
|
||||
CONFIG (debug) {
|
||||
CONFIG(debug, debug|release) {
|
||||
QT *= webkit
|
||||
|
||||
SOURCES += \
|
||||
|
|
|
@ -110,7 +110,7 @@ HEADERS += \
|
|||
layout_element.hpp \
|
||||
font_desc.hpp
|
||||
|
||||
!iphone*:!bada-simulator {
|
||||
win32 {
|
||||
HEADERS += internal/opengl_win32.hpp
|
||||
SOURCES += internal/opengl_win32.cpp
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue