aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnxutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qnx: Merge debug support related fileshjk2017-09-131-21/+0
* Make QNX a separate OS typeJames McDonnell2017-03-131-2/+21
* Switch QNX tool chains from hard-coded to detected ABIsJames McDonnell2017-02-101-0/+31
* make more use of BaseQtVersion::qmakeProperty()Oswald Buddenhagen2017-01-241-3/+3
* Remove BlackBerry terminology and codeJames McDonnell2017-01-201-106/+34
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-4/+3
* Make the QNX environment script requiredJames McDonnell2017-01-191-42/+1
* Add support for 64-bit QNX platformsJames McDonnell2017-01-181-9/+17
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-19/+12
* QNX: Return the computed env vars.BogDan Vatra2015-10-091-5/+14
* Blackberry: Remove blackberry supportTobias Hunger2015-04-301-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-4/+4
|\
| * Update LicenseEike Ziller2015-01-161-4/+4
* | Qnx: Remove unneeded qualificationsOrgad Shaneh2015-02-041-4/+4
* | Do not use QDir::separator() for internal pathsOrgad Shaneh2015-02-021-1/+1
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-4/+4
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | QNX: OS/X supportJames McDonnell2014-09-181-0/+9
* | Qnx: Add missing slash to path.Christian Kandeler2014-09-011-1/+1
* | Qnx: remove left-over qDebug callAlessandro Portale2014-09-011-1/+0
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+4
|/
* Avoid explicit checks for windows host when working with file pathsEike Ziller2014-06-121-13/+1
* Qnx: Add support for pure QNX configurationsEl Mehdi Fekari2014-05-221-9/+12
* Qnx: Refactor BlackBerryApiLevelConfiguration classEl Mehdi Fekari2014-05-051-1/+1
* Qnx: Enable installing runtime and simulatorEl Mehdi Fekari2014-01-241-2/+3
* Qnx: Save BlackBerry user configurationsEl Mehdi Fekari2014-01-141-0/+1
* Utils::FileName: Rename append to appendString()Daniel Teske2014-01-091-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* QNX: Use correct command for running the SDK installerTobias Nätterlund2013-12-051-2/+6
* Qnx: Fix the QnxUtils::qdeInstallProces() implementationEl Mehdi Fekari2013-11-151-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-3/+2
* Qnx: executing instead of parsing bbndk-env script fileDavid Kaspar2013-11-051-109/+61
* QNX: Fix compilation with Qt 4.Friedemann Kleint2013-10-221-7/+1
* Qnx: Fix broken qmake environmentEl Mehdi Fekari2013-10-211-6/+30
* Qnx: Use Utils::Environment for qnx environmentMehdi Fekari2013-10-211-25/+43
* Qnx: Update copyright informationEl Mehdi Fekari2013-10-161-1/+1
* Qnx: Install/uninstall NDK targetsEl Mehdi Fekari2013-10-011-2/+27
* Qnx: Support multiple BlackBerry target configurationsMehdi Fekari2013-08-271-3/+3
* Qnx: update the bbnk-env parser for internal NDKsEl Mehdi Fekari2013-07-301-2/+4
* Qnx: Refactor BlackBerryConfigurationMehdi Fekari2013-07-241-5/+21
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+1
* Qnx: Add support for internal 10.2 NDKsEl Mehdi Fekari2013-06-241-0/+57
* Qnx: Move the dataDirPath() method to QnxUtils classEl Mehdi Fekari2013-06-241-0/+24
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Qnx: Add a BlackBerry setup page to setup the pluginMehdi Fekari2013-01-161-1/+141
|/
* Adjust license headershjk2012-10-051-20/+18
* Device support: Introduce IDevice helper classes.Christian Kandeler2012-08-021-8/+0