summaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* coin: Prepare for using qt-configure-module in instructionsAlexandru Croitor2022-03-171-0/+22
| | | | | | | | | | | | When using qt-configure-module, CMake args need to be added to NON_QTBASE_CMAKE_ARGS and NON_QTBASE_TARGET_CMAKE_ARGS instead of and NON_QTBASE_TARGET_CONFIGURE_ARGS. Pick-to: 6.2 6.3 Task-number: QTQAINFRA-4357 Task-number: QTQAINFRA-4815 Change-Id: Iec46883bccd62beec3dc9061f384d7959000ef8e Reviewed-by: Toni Saario <toni.saario@qt.io>
* Rename SKIP_AX_SERVER_REGISTRATION and QT_SKIP_AX_SERVER_REGISTRATIONAlexey Edelev2021-07-151-2/+2
| | | | | | | | | | | Rename SKIP_AX_SERVER_REGISTRATION argument and QT_SKIP_AX_SERVER_REGISTRATION variable to follow common naming covention. Pick-to: 6.2 Fixes: QTBUG-95184 Change-Id: I43c3c64bfae575903d48643ae7a9b4be99152693 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Update tests and examples to use the new '_axserver_' functionsAlexey Edelev2021-04-271-0/+6
| | | | | | | | | | Use the new '_axserver_' function in tests and examples associated to creating of the ActiveX sever. Squash find_package calls. Change-Id: Iacdba7b673ae9cfcc7d9e1ff82d0884e330166ab Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Drop documentation buildJani Heikkinen2021-03-301-7/+0
| | | | | | | | | | | | | | | We will add additional libraries back to the qt5.git. Having documentation build enabled in additional library will cause problems in qt5.git integrations so we need to drop it from module builds. At same time drop the qttools dependency which were added for documentation build Task-number: QTBUG-91796 Change-Id: Ida085375cafd159ab01ed126c68b6c9c42c2c7a3 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 38c6e944ee32e1a88401b0e64f27a54c0bca676d) Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Disable module build and tests on documentation targetToni Saario2021-03-051-1/+14
| | | | | | | | | | To build the documentation the module build needs to be skipped because the noop build would result in premature agent exit. Pick-to: 6.1 Change-Id: Ib990c696b6ac0616d9008bbb1219ca05ddbdd92f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Coin: Enable module's documentation buildOliver Wolff2021-03-051-3/+10
| | | | | | Pick-to: 6.1 Change-Id: I2319357f146de86a84cf7be926ce539f28d8f4e4 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Enable documentation buildJani Heikkinen2021-02-231-0/+3
| | | | | | | | And at same time update dependencies as well Task-number: QTBUG-90420 Change-Id: I328c43a6d32287d935bea035bfd4571a64d77581 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Coin: Build and test module only for Windows targetsOliver Wolff2021-01-251-2/+2
| | | | | | | Task-number: QTBUG-90417 Change-Id: Ieb0f1b64a038283049bd39198261dfb3ea75dd2e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add module_config.yamlOliver Wolff2021-01-251-0/+12
Task-number: QTBUG-90417 Change-Id: I1c532150a64eb86838acebdc3526f82c081768ef Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>