summaryrefslogtreecommitdiffstats
path: root/mkspecs/qws/linux-powerpc-g++/qmake.conf
blob: 6a6310aa028536e0c1b42a714d10e9b7e5ac96a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# qmake configuration for building with g++
#

include(../../common/linux.conf)
include(../../common/gcc-base-unix.conf)
include(../../common/g++-unix.conf)
include(../../common/qws.conf)

# modifications to g++.conf
QMAKE_CC                = powerpc-linux-gcc
QMAKE_CXX               = powerpc-linux-g++
QMAKE_LINK              = powerpc-linux-g++
QMAKE_LINK_SHLIB        = powerpc-linux-g++

# modifications to linux.conf
QMAKE_AR                = powerpc-linux-ar cqs
QMAKE_OBJCOPY           = powerpc-linux-objcopy
QMAKE_STRIP             = powerpc-linux-strip

load(qt_config)
ption> Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Expand)AuthorAgeFilesLines
* [svn-r15502] Description:Quincey Koziol2008-08-212-22/+23
* [svn-r15462] Description:Quincey Koziol2008-08-124-8/+7
* [svn-r15407] Purpose: Fix bugBinh-Minh Ribler2008-07-2518-35/+90
* [svn-r15395] When an attribute was opened twice and data was written with one...Raymond Lu2008-07-2210-158/+56
* [svn-r15309] Purpose: Fixed bugsBinh-Minh Ribler2008-07-0212-401/+864
* [svn-r15308] Purpose: Fixed bugsBinh-Minh Ribler2008-07-0212-68/+118
* [svn-r15183] Purpose: _WIN32 macro cleanupScott Wegner2008-06-091-6/+0
* [svn-r15036] Bug fix.Albert Cheng2008-05-197-28/+31
* [svn-r15007] Purpose: configure cleanupMike McGreevy2008-05-154-4/+0
* [svn-r15003] Purpose:Albert Cheng2008-05-154-9/+66
* [svn-r14933] Purpose: Updating HDF5 to use automake 1.10.1 and libtool 2.2.2Mike McGreevy2008-05-054-51/+68
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-30