Advertisement
Guest User

Untitled

a guest
Jul 11th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. include(../../common/gcc-base-unix.conf)
  2. include(../../common/g++-unix.conf)
  3. include(../../common/linux.conf)
  4. include(../../common/qws.conf)
  5. QMAKE_CC = arm-openwrt-linux-gnueabi-gcc
  6. QMAKE_CXX = arm-openwrt-linux-gnueabi-g++
  7. QMAKE_AR = arm-openwrt-linux-gnueabi-ar cqs
  8. QMAKE_OBJCOPY = arm-openwrt-linux-gnueabi-objcopy
  9. QMAKE_RANLIB = arm-openwrt-linux-gnueabi-ranlib
  10. QMAKE_CFLAGS = -Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/usr/include/freetype2 -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/usr/include -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/include -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_eglibc-2.15_eabi/usr/include -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_eglibc-2.15_eabi/include
  11. QMAKE_CXXFLAGS = -Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/usr/include/freetype2 -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/usr/include -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/include -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_eglibc-2.15_eabi/usr/include -I/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_eglibc-2.15_eabi/include
  12. QMAKE_LINK = arm-openwrt-linux-gnueabi-g++
  13. QMAKE_LINK_SHLIB = arm-openwrt-linux-gnueabi-g++
  14. QMAKE_LINK_C = arm-openwrt-linux-gnueabi-gcc
  15. QMAKE_LINK_C_SHLIB = arm-openwrt-linux-gnueabi-gcc
  16. QMAKE_LFLAGS = -L/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/build_dir/target-arm_v5te_eglibc-2.15_eabi/qt-everywhere-opensource-src-4.8.2/lib -L/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/usr/lib -L/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/lib -L/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_eglibc-2.15_eabi/usr/lib -L/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_eglibc-2.15_eabi/lib -Wl,-rpath-link=/home/cgagneraud/work/tmbbv3-software/openwrt/trunk/staging_dir/target-arm_v5te_eglibc-2.15_eabi/usr/lib
  17. QMAKE_STRIP = :
  18. QMAKE_STRIPFLAGS_LIB =
  19. load(qt_config)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement