v8: Change the selection of Operating System

Instead of doing "I want Linux and do it by selecting Unix and
discarding everything not implementing the Linux ABI". Select the
other operating system first and have a catch all Linux/Unix anchor.

!symbian is left inside as it does not hurt right now but could probably
be removed before Qt 5.0.0.

Change-Id: I731d8349e4f9c0ac33d547523f0a0f422e994e54
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
bb10
Holger Hans Peter Freyther 2011-12-23 22:29:13 +01:00 committed by Qt by Nokia
parent c580be804f
commit 1cb96a6809
1 changed files with 4 additions and 6 deletions

View File

@ -231,17 +231,15 @@ SOURCES += \
$$V8SRC/mips/stub-cache-mips.cc
}
unix:!symbian:!macx {
SOURCES += \
$$V8SRC/platform-linux.cc \
$$V8SRC/platform-posix.cc
}
#os:macos
macx {
SOURCES += \
$$V8SRC/platform-macos.cc \
$$V8SRC/platform-posix.cc
} else:unix:!symbian {
SOURCES += \
$$V8SRC/platform-linux.cc \
$$V8SRC/platform-posix.cc
}
win32 {