mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 00:05:25 +08:00
qt 6.5.1 original
This commit is contained in:
21
mkspecs/linux-icc-k1om/qmake.conf
Normal file
21
mkspecs/linux-icc-k1om/qmake.conf
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# qmake configuration for linux-icc-k1om
|
||||
#
|
||||
# Written for Intel C++ Compiler
|
||||
#
|
||||
# This mkspec is intended for use on x100 Co-processors
|
||||
#
|
||||
|
||||
# Use the linux-icc as the base for our configuration
|
||||
include(../linux-icc/qmake.conf)
|
||||
|
||||
QMAKE_CC = icc -mmic
|
||||
QMAKE_CFLAGS_WARN_ON += -wd10364,1786
|
||||
|
||||
QMAKE_CXX = icpc -mmic
|
||||
QMAKE_CXXFLAGS_WARN_ON = $$QMAKE_CFLAGS_WARN_ON
|
||||
|
||||
QMAKE_LFLAGS += -mmic
|
||||
QMAKE_LFLAGS_APP =
|
||||
QMAKE_AR = xiar crs
|
||||
|
4
mkspecs/linux-icc-k1om/qplatformdefs.h
Normal file
4
mkspecs/linux-icc-k1om/qplatformdefs.h
Normal file
@ -0,0 +1,4 @@
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "../linux-icc/qplatformdefs.h"
|
Reference in New Issue
Block a user