[Tizen] Added todo

This commit is contained in:
Sergey Pisarchik 2014-04-08 10:33:14 +03:00 committed by Alex Zolotarev
parent ca12f547ad
commit 8b8349e38b

View file

@ -266,16 +266,19 @@ QMAKE_LFLAGS_NOUNDEF += -Wl,--no-undefined
error(Could not successfully load device configuration)
}
# TODO: fix paths
# modifications to g++-unix.conf
QMAKE_CC = /Users/Sergey/tizen-sdk/tools/llvm-3.1/bin/clang
QMAKE_CXX = /Users/Sergey/tizen-sdk/tools/llvm-3.1/bin/clang++
QMAKE_LINK = $${QMAKE_CXX}
QMAKE_LINK_SHLIB = $${QMAKE_CXX}
# TODO: fix paths
QMAKE_CFLAGS += -g -Wall -c --sysroot="/Users/Sergey/tizen-sdk/platforms/tizen2.2/rootstraps/tizen-emulator-2.2.native"
QMAKE_CFLAGS += -I"/Users/Sergey/tizen-sdk/platforms/tizen2.2/rootstraps/tizen-emulator-2.2.native/usr/include"
QMAKE_CFLAGS += -I"/Users/Sergey/tizen-sdk/platforms/tizen2.2/rootstraps/tizen-emulator-2.2.native/usr/include/osp"
# TODO: fix paths
QMAKE_CFLAGS_RELEASE += -O3
QMAKE_CFLAGS_DEBUG += -O0
QMAKE_CFLAGS += -D_TIZEN_EMULATOR
@ -285,6 +288,7 @@ QMAKE_CFLAGS += -ccc-gcc-name i386-linux-gnueabi-g++ -march=i386 -Wno-gnu -fPIE
QMAKE_CXXFLAGS += $${QMAKE_CFLAGS}
# modifications to linux.conf
# TODO: fix paths
# QMAKE_AR = $${CROSS_COMPILE}ar cqs
QMAKE_AR = /Users/Sergey/tizen-sdk/tools/i386-linux-gnueabi-gcc-4.5/bin/i386-linux-gnueabi-ar -r
QMAKE_OBJCOPY = $${CROSS_COMPILE}objcopy