aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_config/configure_qnx_armv7_opensource
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove old bld_config filesIikka Eklund2021-10-071-1/+0
| | | | | | | Remove old unused bld configuration files. Change-Id: I7fbd523d939797657f212c949ffe59838c1344c7 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* QNX: Add -openssl-linked configure optionSergio Ahumada2014-05-231-1/+1
| | | | | | | | | | | | | On Windows one needs to additional do set OPENSSL_LIBS="-lssl -lcrypto" to override the by default values. Change-Id: I163a337dd4924ea4d414f36cb9c119554f928235 Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* QNX: Do not skip repositories during configureWolfgang Bremer2014-05-211-1/+1
| | | | | | | | | | At the moment it is only possible to skip modules which are available within the source package. Skipping the unwanted repositories during source package creation blocks us from skipping them at configure. Change-Id: Ie169eaced8153a514805588eff4e7133872ade66 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* QNX: Fix typo -slip -> -skipSergio Ahumada2014-05-081-1/+1
| | | | | Change-Id: I383dc1ad73f0169d620714d015bd2b4f858c689c Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* QNX: Skip unsupported qtactiveqt moduleSergio Ahumada2014-05-081-1/+1
| | | | | | Change-Id: I3efd3ea009c348dcd6fd3735a59f54ecd7e0159e Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* QNX: remove sysconfdir from configure lineWolfgang Bremer2014-04-291-1/+1
| | | | | | | | This option is not necessary for cross compilation builds and won't even work on win32 host platforms. Change-Id: I09b5dc3067d3e787985cdb94284886d0925ac91f Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* QNX: Skip more modules that are not supportedSergio Ahumada2014-04-291-1/+1
| | | | | | | | | | | | skip the following unsupported modules - qtconnectivity - qtlocation - qtsensors Change-Id: I2d471324722bbe4b0f03fc023b7852700cc3199e Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* QNX: Do not skip qtsvg in the configure optionsSergio Ahumada2014-04-281-1/+1
| | | | | | | qtsvg is already out there, so we will probably support it. Change-Id: Ia2a07ae2d4e238808a6cc6537a73a5917f72be73 Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* QNX: Skip modules that are not supportedSergio Ahumada2014-04-231-1/+1
| | | | | | | | | | | | | | | skip the following unsupported modules - qtandroidextras - qtmacextras - qtwinextras - qtx11extras also rename the old mkspec qnx-armv7le-qcc -> qnx-armle-v7-qcc Change-Id: Ib1cc78358fa8f2f64dc773a278dea96c2e4c257d Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* Add configuration files for QNX buildsSergio Ahumada2014-04-221-0/+1
Adding configuration files for QNX 6.6 (offline installer) Change-Id: I7addc5ae9939b1dbe341f8c582a6a7804d569055 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>