~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/qnx/blackberrycertificate.cpp

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
****************************************************************************/
31
31
 
32
32
#include "blackberrycertificate.h"
33
 
#include "blackberryconfiguration.h"
 
33
#include "blackberryapilevelconfiguration.h"
34
34
#include "blackberryconfigurationmanager.h"
35
35
#include "blackberryndkprocess.h"
36
36
 
54
54
{
55
55
    m_process->setProcessChannelMode(QProcess::MergedChannels);
56
56
    m_process->setEnvironment(Utils::EnvironmentItem::toStringList(
57
 
             BlackBerryConfigurationManager::instance().defaultQnxEnv()));
 
57
             BlackBerryConfigurationManager::instance()->defaultConfigurationEnv()));
58
58
}
59
59
 
60
60
void BlackBerryCertificate::load()