From b87c5cff24229b1bcc77ac68699f2f03acabc9e7 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Fri, 8 Jun 2012 15:20:35 +0200 Subject: Support other platform names on configure.exe Added three new methods, which are meant to be used internally to configureapp.cpp: - int platform(): returns an integer representing a platform - QString platformName(): returns the platform name string to be used when displaying the license agreement. - QString qpaPlatformName(): returns the value to be defined as QT_QPA_DEFAULT_PLATFORM_NAME. Currently supported names are Windows, Windows CE, QNX and Blackberry. Default is "Windows". Change-Id: Ifa4d1b9c02cda956be9becdf8db195d3d494f1d5 Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/configure/configureapp.h') diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h index 42068e77b4..4ac0736a2c 100644 --- a/tools/configure/configureapp.h +++ b/tools/configure/configureapp.h @@ -104,6 +104,11 @@ public: ProjectType projectType( const QString& proFileName ); bool isDone(); bool isOk(); + + int platform() const; + QString platformName() const; + QString qpaPlatformName() const; + private: // Our variable dictionaries QMap dictionary; -- cgit v1.2.3