forked from qt-creator/qt-creator
Qnx: Refactor BlackBerryApiLevelConfiguration class
Add a QnxBaseConfiguration class as base class for the BlackBerryApiLevelConfiguration and the new QnxConfiguarion classes. The split of the BlackBerryApiLevelConfiguration logic makes the code more flexible to add support for the user's SDP/Qnx configurations. Upcoming patches adding support for the SDP/Qnx configuration will depend on this change. Change-Id: I44258d9a9f0dc44bb196f4178974ad04d4caf70a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Mehdi Fekari
parent
ec94e042d9
commit
4e78a95263
@@ -112,7 +112,7 @@ QList<Utils::EnvironmentItem> BlackBerryQtVersion::environment() const
|
||||
return QList<Utils::EnvironmentItem>();
|
||||
|
||||
QString envFile = m_ndkEnvFile.isEmpty() ? QnxUtils::envFilePath(sdkPath()) : m_ndkEnvFile;
|
||||
QList<Utils::EnvironmentItem> env = QnxUtils::qnxEnvironmentFromNdkFile(envFile);
|
||||
QList<Utils::EnvironmentItem> env = QnxUtils::qnxEnvironmentFromEnvFile(envFile);
|
||||
|
||||
// BB NDK Host is having qmake executable which is using qt.conf file to specify
|
||||
// base information. The qt.conf file is using 'CPUVARDIR' environment variable
|
||||
|
||||
Reference in New Issue
Block a user