0
|
1 |
#
|
|
2 |
# qmake configuration for linux-icc-64
|
|
3 |
#
|
|
4 |
# Written for Intel C++ Compiler version 10.x for GNU/Linux
|
|
5 |
#
|
|
6 |
# This mkspec is intended for use on 64-bit hosts where libraries live
|
|
7 |
# in "lib64" directories (instead of "lib").
|
|
8 |
#
|
|
9 |
|
|
10 |
# Use the linux-icc as the base for our configuration
|
|
11 |
include(../linux-icc/qmake.conf)
|
|
12 |
|
|
13 |
# Change the all LIBDIR variables to use lib64 instead of lib
|
|
14 |
|
|
15 |
QMAKE_LIBDIR_X11 = /usr/X11R6/lib64
|
|
16 |
QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib64
|