projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5893007
)
config: enable qt configuration for windows and mac
author
sungmin ha
<sungmin82.ha@samsung.com>
Wed, 3 Jun 2015 07:58:02 +0000
(16:58 +0900)
committer
sungmin ha
<sungmin82.ha@samsung.com>
Wed, 3 Jun 2015 08:00:00 +0000
(17:00 +0900)
Change-Id: I182f6d545978498fdf3626eaa43c89892bc069cb
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index 72cb5c1f8586371966edb02c8e2ab1d132fb1f56..c2a2c2b62c425027b4222f28d09e3c8c9775e8ef 100755
(executable)
--- a/
tizen/emulator_configure.sh
+++ b/
tizen/emulator_configure.sh
@@
-224,6
+224,7
@@
exec ./configure \
--audio-drv-list=winwave \
--enable-hax \
--disable-vnc \
+ --enable-qt \
$CONFIGURE_APPEND \
;;
Darwin*)
@@
-244,6
+245,7
@@
echo "##### QEMU configure append:" $CONFIGURE_APPEND
--disable-vnc \
--disable-cocoa \
--disable-sdl \
+ --enable-qt \
$CONFIGURE_APPEND \
# --extra-ldflags="-Xlinker -export_dynamic" \