Fixed project files

This commit is contained in:
Alex Zolotarev 2011-04-29 00:56:25 +02:00 committed by Alex Zolotarev
parent 4f2d6ebb55
commit 974ec54a24
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ QT *= core
SOURCES += \
qtplatform.cpp
CONFIG (debug) {
CONFIG(debug, debug|release) {
QT *= network
SOURCES += \
qt_download_manager.cpp \

View file

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

View file

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