mkspecs/qws/linux-cellon-g++/qmake.conf
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 #
       
     2 # qmake configuration for linux-g++ using the arm-linux-g++ crosscompiler
       
     3 #
       
     4 
       
     5 #
       
     6 # qmake configuration for building with arm-linux-g++
       
     7 #
       
     8 
       
     9 include(../../common/g++.conf)
       
    10 include(../../common/linux.conf)
       
    11 include(../../common/qws.conf)
       
    12 
       
    13 # modifications to g++.conf
       
    14 QMAKE_CC                = arm-linux-gcc
       
    15 QMAKE_CXX               = arm-linux-g++
       
    16 QMAKE_LINK              = arm-linux-g++
       
    17 QMAKE_LINK_SHLIB        = arm-linux-g++
       
    18 QMAKE_CFLAGS		= $$QMAKE_CFLAGS -DQT_QWS_CELLON -DQWS
       
    19 QMAKE_CXXFLAGS		= $$QMAKE_CXXFLAGS -DQT_QWS_CELLON -DQWS
       
    20 QMAKE_CFLAGS_RELEASE   ~= s/-O2/-Os/
       
    21 QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Os/
       
    22 
       
    23 # modifications to linux.conf
       
    24 QMAKE_AR                = arm-linux-ar cqs
       
    25 QMAKE_OBJCOPY           = arm-linux-objcopy
       
    26 QMAKE_STRIP             = arm-linux-strip
       
    27 
       
    28 load(qt_config)
       
    29