diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-09-13 22:17:33 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-09-21 02:44:22 +0200 |
commit | fff5a8f9c987e5e285b2665c4d0a1c5bbe3e6276 (patch) | |
tree | d7db5fc49dd07731a0014a10de2c94f425fc023f /mkspecs/hpux-acc | |
parent | 38832db576b3dbe629f85a6e64431f92ee2f48bc (diff) | |
download | qtbase-fff5a8f9c987e5e285b2665c4d0a1c5bbe3e6276.tar.gz qtbase-fff5a8f9c987e5e285b2665c4d0a1c5bbe3e6276.tar.bz2 qtbase-fff5a8f9c987e5e285b2665c4d0a1c5bbe3e6276.zip |
make qmakespecs announce the compiler family
on the way to eliminate scoping based on the spec.
gcc and msvc go as such into CONFIG, the other ones get the vendor
prefixed, as most are mostly unknown and thus likely to clash with
users' flags.
Change-Id: Ie622f53d90e96dbf05ce7d8c638cd355f04fa20c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/hpux-acc')
-rw-r--r-- | mkspecs/hpux-acc/qmake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/hpux-acc/qmake.conf b/mkspecs/hpux-acc/qmake.conf index 6d81fe55bc..c7cdab49e6 100644 --- a/mkspecs/hpux-acc/qmake.conf +++ b/mkspecs/hpux-acc/qmake.conf @@ -28,6 +28,8 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = hpux QMAKE_COMPILER_DEFINES += __hpux __HP_aCC +QMAKE_COMPILER = hp_acc + QMAKE_CC = cc QMAKE_LEX = flex QMAKE_LEXFLAGS = |