summaryrefslogtreecommitdiffstats
path: root/src/gui/image/image.pri
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-07-02 16:30:27 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-02 16:30:27 (GMT)
commitcb66473779ac2e7e763afc0e45b27f7fe265b926 (patch)
tree1c5c4b8fd0204c929f09ad60e24809019cfb9299 /src/gui/image/image.pri
parent19c5e5e8ffc158a4008292a23bbf5e3ab30543aa (diff)
downloadQt-cb66473779ac2e7e763afc0e45b27f7fe265b926.zip
Qt-cb66473779ac2e7e763afc0e45b27f7fe265b926.tar.gz
Qt-cb66473779ac2e7e763afc0e45b27f7fe265b926.tar.bz2
Long live else!
Merge-request: 715 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/gui/image/image.pri')
-rw-r--r--src/gui/image/image.pri8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/image/image.pri b/src/gui/image/image.pri
index f5f1bc0..337a19b 100644
--- a/src/gui/image/image.pri
+++ b/src/gui/image/image.pri
@@ -58,18 +58,18 @@ SOURCES += \
win32 {
SOURCES += image/qpixmap_win.cpp
}
-embedded {
+else:embedded {
SOURCES += image/qpixmap_qws.cpp
}
-x11 {
+else:x11 {
HEADERS += image/qpixmap_x11_p.h
SOURCES += image/qpixmap_x11.cpp
}
-mac {
+else:mac {
HEADERS += image/qpixmap_mac_p.h
SOURCES += image/qpixmap_mac.cpp
}
-symbian {
+else:symbian {
HEADERS += image/qpixmap_s60_p.h
SOURCES += image/qpixmap_s60.cpp
}