From 2f20d5f23ac9fd838aff19c3139769bafa476fd8 Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Wed, 24 Aug 2011 09:16:37 +0300 Subject: Added mkspecs for WEC7 platform builder and armv4i HW. Task-number: QTBUG-22496 Change-Id: I502e654de7e03fbdbd22b609698d238f90d129a9 Reviewed-by: Joerg Bornemann --- .../wince70embedded-x86-msvc2008/default_post.prf | 1 + mkspecs/wince70embedded-x86-msvc2008/qmake.conf | 27 ++++++++++++++ .../wince70embedded-x86-msvc2008/qplatformdefs.h | 43 ++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 mkspecs/wince70embedded-x86-msvc2008/default_post.prf create mode 100644 mkspecs/wince70embedded-x86-msvc2008/qmake.conf create mode 100644 mkspecs/wince70embedded-x86-msvc2008/qplatformdefs.h (limited to 'mkspecs/wince70embedded-x86-msvc2008') diff --git a/mkspecs/wince70embedded-x86-msvc2008/default_post.prf b/mkspecs/wince70embedded-x86-msvc2008/default_post.prf new file mode 100644 index 0000000000..f2d9c33396 --- /dev/null +++ b/mkspecs/wince70embedded-x86-msvc2008/default_post.prf @@ -0,0 +1 @@ +include(../wince50standard-x86-msvc2005/default_post.prf) diff --git a/mkspecs/wince70embedded-x86-msvc2008/qmake.conf b/mkspecs/wince70embedded-x86-msvc2008/qmake.conf new file mode 100644 index 0000000000..febd183521 --- /dev/null +++ b/mkspecs/wince70embedded-x86-msvc2008/qmake.conf @@ -0,0 +1,27 @@ +# qmake configuration for Windows Embedded Compact 7 with VS2008 platform builder target +# +# + +include(../common/wince/qmake.conf) + +CE_SDK = Platform Builder +CE_ARCH = _TGTCPU + +DEFINES += QT_NO_GESTURES QT_NOSTANDARDSHELL_UI_MODEL _CRT_SECURE_NO_DEPRECATE _WIN32_WCE=0x700 $$CE_ARCH _X86_ _M_IX86 + +QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:WINDOWSCE,7.00 /MACHINE:X86 /ENTRY:mainACRTStartup +QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWSCE,7.00 /MACHINE:X86 +QMAKE_LFLAGS_DLL = /SUBSYSTEM:WINDOWSCE,7.00 /MACHINE:X86 /DLL /SAFESEH:NO +QMAKE_LIBFLAGS_RELEASE = /LTCG +QMAKE_LIBS = corelibc.lib coredll.lib +QMAKE_LIBS_CORE = corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib +QMAKE_LIBS_GUI = ceshell.lib ole32.lib $$QMAKE_LIBS_CORE +QMAKE_LIBS_NETWORK = ws2.lib $$QMAKE_LIBS_GUI +QMAKE_LIBS_OPENGL = +QMAKE_LIBS_COMPAT = +QMAKE_LIBS_OPENVG = libopenvg.lib + +QMAKE_RC = rc + +QMAKE_COMPILER_DEFINES -= _MSC_VER=1400 +QMAKE_COMPILER_DEFINES += _MSC_VER=1500 diff --git a/mkspecs/wince70embedded-x86-msvc2008/qplatformdefs.h b/mkspecs/wince70embedded-x86-msvc2008/qplatformdefs.h new file mode 100644 index 0000000000..cd9eac3274 --- /dev/null +++ b/mkspecs/wince70embedded-x86-msvc2008/qplatformdefs.h @@ -0,0 +1,43 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the qmake spec of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** GNU Lesser General Public License Usage +** This file may be used under the terms of the GNU Lesser General Public +** License version 2.1 as published by the Free Software Foundation and +** appearing in the file LICENSE.LGPL included in the packaging of this +** file. Please review the following information to ensure the GNU Lesser +** General Public License version 2.1 requirements will be met: +** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +** +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU General +** Public License version 3.0 as published by the Free Software Foundation +** and appearing in the file LICENSE.GPL included in the packaging of this +** file. Please review the following information to ensure the GNU General +** Public License version 3.0 requirements will be met: +** http://www.gnu.org/copyleft/gpl.html. +** +** Other Usage +** Alternatively, this file may be used in accordance with the terms and +** conditions contained in a signed written agreement between you and Nokia. +** +** +** +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +#include "../common/wince/qplatformdefs.h" + -- cgit v1.2.3