aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/shared.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake build filesEike Ziller2022-01-201-38/+0
| | | | | | | | | | Removes qmake as a build system for building Qt Creator itself. Keep them for some tests that are not completely moved to CMake yet. Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb Reviewed-by: hjk <[email protected]> Reviewed-by: Christian Kandeler <[email protected]> Reviewed-by: Christian Stenger <[email protected]>
* Fix qmake build of qbsChristian Kandeler2021-10-081-1/+4
| | | | | Change-Id: Ia59128fd3f37a73071bcefacd4163f3e997c7744 Reviewed-by: Christian Stenger <[email protected]>
* qbs: update to the master branch and fix .pro files accordinglyIvan Komissarov2020-05-111-1/+4
| | | | | | Change-Id: I22a28c9d359340ba1fada04ec4eee525df8ecfca Reviewed-by: Denis Shienkov <[email protected]> Reviewed-by: Christian Kandeler <[email protected]>
* Allow compile with bundled QtScriptChristian Stenger2019-09-241-0/+7
| | | | | | | | | Qbs has QtScript nowadays bundled as submodule. Use it for qmake builds as well if the used Qt does not have QtScript present. Change-Id: I4eabdbe7ea502953b0213ad39c8b72220f2d966f Reviewed-by: Christian Kandeler <[email protected]>
* Update qbs submoduleChristian Kandeler2019-02-131-4/+1
| | | | | | | To HEAD of 1.13 branch. Also adapt to API changes. Change-Id: Ibe35dfd19dea5f8cde254656cd471618645a0b07 Reviewed-by: Joerg Bornemann <[email protected]>
* Make deployqt target recursiveEike Ziller2019-02-071-0/+28
So perfparser's deploy target is triggered too Change-Id: I131a23b46127130967767fd7fee629ac5a97b17a Reviewed-by: Ulf Hermann <[email protected]>