b5a7746571
Change-Id: I6262b14640118482621c95c3988c068cf72271d8 Reviewed-by: Robert Pancoast <RobertPancoast77@gmail.com> Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
#
|
|
# qmake configuration for win32-icc-k1om
|
|
#
|
|
# Written for Intel C++
|
|
#
|
|
# Use the win32-icc as the base for our configuration
|
|
include(../win32-icc/qmake.conf)
|
|
|
|
# rework k1om
|
|
|
|
QMAKE_CC = icl /Qmic
|
|
QMAKE_CXX = icl /Qmic
|
|
QMAKE_LINK = xild
|
|
QMAKE_LINK_SHLIB = xild
|
|
QMAKE_LFLAGS = -limf -lsvml -lirng -lintlc
|