summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Disable usage of CMake API compatibility wrappersAlexandru Croitor2020-10-011-0/+4
| | | | | | | | | Setting the QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS variable in the project ensures we ported away from old API calls. Task-number: QTBUG-86815 Change-Id: I35f75f7a384abb5265e8d02ec22f8218ef11e234 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Regenerate qttoolsAlexandru Croitor2020-06-291-1/+2
| | | | | Change-Id: I215dd95fe4467b2b2a7c24b1b5be523ef2e83980 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Fix build of the ActiveQt designer pluginJoerg Bornemann2020-05-141-1/+1
| | | | | | | We need to add AxContainer to the top-level find_package call. Change-Id: I5ba26c6c75d54387a9cb7617a65fecd86b2f836d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* cmake: Add Qt6Dbus to the optional dependencies listChristophe Giboudeaux2020-05-071-1/+1
| | | | | | | | The build system checks whether the 'Qt::DBus' target is available before building src/qdbus. Change-Id: I29bd8305cfc32d1a07847aecb94054ed8f8988c7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* CMake: Fix qttools build if qtdeclarative is not availableAlexandru Croitor2020-03-201-1/+1
| | | | | | | | | | | OpenGL and OpenGLWidgets were implicitly found via qtdeclarative modules, but the configuration fails in case if those are not present. So they should be explicitly searched for. Change-Id: Ia54451f66ca291fac84eb1ba8937d532a5675b8a Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Port the rest of QtToolsLeander Beernaert2019-12-121-1/+1
| | | | | | Change-Id: I4115bde9af38219682d0e6707bc7aa8fcb8d6bb0 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Fix buildSimon Hausmann2019-11-221-1/+1
| | | | | | | | Designer needs Qt::Network and since it's not conditional in src, let's make it a required package. Change-Id: I23ebe8a298999b87b5e4ca0d2a03d97568182d55 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Mark qttools as not being warnings cleanAlexandru Croitor2019-11-121-2/+5
| | | | | | | | | | So that compilation doesn't fail when the WARNINGS_ARE_ERRORS option is enabled. This mimics what .qmake.conf warning_clean does. Change-Id: I511697c226465e67b14762fd2c52c90e0270a8fc Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Regenerate before mergeAlexandru Croitor2019-10-151-4/+8
| | | | | Change-Id: I857f2c966240b5e056e30531b4bc3e2fc9c68e8e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Initial port to CMakeAlexandru Croitor2019-08-281-0/+12
Includes the main bits and also projects under src/linguist. Task-number: QTBUG-76002 Change-Id: I5fa9144c834f245ab85fc831c8e58afd8d02800e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>