diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-12-16 15:19:23 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-02-26 13:31:08 (GMT) |
commit | ead6b2a067825088a2b84fc6f28ba6d14f39350c (patch) | |
tree | 49aac186b8a886904f14dc42c80c4002def6a873 /mkspecs/linux-g++-64 | |
parent | a5075f3d48d2961b8314b8aaeb02de092e2fa796 (diff) | |
download | Qt-ead6b2a067825088a2b84fc6f28ba6d14f39350c.zip Qt-ead6b2a067825088a2b84fc6f28ba6d14f39350c.tar.gz Qt-ead6b2a067825088a2b84fc6f28ba6d14f39350c.tar.bz2 |
add TARGET_PLATFORM to qmakespecs with MAKEFILE_GENERATOR = UNIX
the unix makefile generator can make files for "regular" unixes and
macos (the difference being the framework handling). so far, the output
choice was hard-wired to the host platform. the previous commit made
that soft-configurable, and this one exploits this capability to enable
limited cross-building.
Reviewed-by: mariusSO
Diffstat (limited to 'mkspecs/linux-g++-64')
-rw-r--r-- | mkspecs/linux-g++-64/qmake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/linux-g++-64/qmake.conf b/mkspecs/linux-g++-64/qmake.conf index 4f8794f..e7372cc 100644 --- a/mkspecs/linux-g++-64/qmake.conf +++ b/mkspecs/linux-g++-64/qmake.conf @@ -6,6 +6,7 @@ # MAKEFILE_GENERATOR = UNIX +TARGET_PLATFORM = unix TEMPLATE = app CONFIG += qt warn_on release incremental link_prl QT += core gui |