diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /mkspecs/linux-icc-64/qmake.conf | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'mkspecs/linux-icc-64/qmake.conf')
-rw-r--r-- | mkspecs/linux-icc-64/qmake.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mkspecs/linux-icc-64/qmake.conf b/mkspecs/linux-icc-64/qmake.conf new file mode 100644 index 0000000..7962026 --- /dev/null +++ b/mkspecs/linux-icc-64/qmake.conf @@ -0,0 +1,16 @@ +# +# qmake configuration for linux-icc-64 +# +# Written for Intel C++ Compiler version 10.x for GNU/Linux +# +# This mkspec is intended for use on 64-bit hosts where libraries live +# in "lib64" directories (instead of "lib"). +# + +# Use the linux-icc as the base for our configuration +include(../linux-icc/qmake.conf) + +# Change the all LIBDIR variables to use lib64 instead of lib + +QMAKE_LIBDIR_X11 = /usr/X11R6/lib64 +QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib64 |