mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 08:15:30 +08:00
qt 6.5.1 original
This commit is contained in:
34
mkspecs/devices/linux-snowball-g++/qmake.conf
Normal file
34
mkspecs/devices/linux-snowball-g++/qmake.conf
Normal file
@ -0,0 +1,34 @@
|
||||
#
|
||||
# qmake configuration for ST Ericsson's Snowball
|
||||
# http://wiki.qt.io/Snowball
|
||||
|
||||
MAKEFILE_GENERATOR = UNIX
|
||||
CONFIG += incremental
|
||||
QMAKE_INCREMENTAL_STYLE = sublib
|
||||
|
||||
include(../../common/linux.conf)
|
||||
include(../../common/gcc-base-unix.conf)
|
||||
include(../../common/g++-unix.conf)
|
||||
|
||||
load(device_config)
|
||||
|
||||
defineTest(qtConfSanitizeMkspec) {
|
||||
deviceSanityCheckCompiler()
|
||||
}
|
||||
|
||||
QMAKE_CC = $${CROSS_COMPILE}gcc
|
||||
QMAKE_CXX = $${CROSS_COMPILE}g++
|
||||
QMAKE_LINK = $${QMAKE_CXX}
|
||||
QMAKE_LINK_SHLIB = $${QMAKE_CXX}
|
||||
|
||||
# modifications to linux.conf
|
||||
QMAKE_AR = $${CROSS_COMPILE}ar cqs
|
||||
QMAKE_OBJCOPY = $${CROSS_COMPILE}objcopy
|
||||
QMAKE_NM = $${CROSS_COMPILE}nm -P
|
||||
QMAKE_STRIP = $${CROSS_COMPILE}strip
|
||||
|
||||
QMAKE_RPATHLINKDIR_POST += \
|
||||
$$[QT_SYSROOT]/usr/lib/arm-linux-gnueabihf \
|
||||
$$[QT_SYSROOT]/lib/arm-linux-gnueabihf
|
||||
|
||||
load(qt_config)
|
4
mkspecs/devices/linux-snowball-g++/qplatformdefs.h
Normal file
4
mkspecs/devices/linux-snowball-g++/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-g++/qplatformdefs.h"
|
Reference in New Issue
Block a user