aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/extra-cmake-modules
Commit message (Collapse)AuthorAgeFilesLines
* Support building with CMakev4.11.0-rc1Kai Koehne2019-11-261-0/+0
| | | | | | | | | | | | | | | | | | Adds a meta-build that builds & installs extra-cmake-modules and kuserfeedback, and finally src. Note that the meta-build uses ExternalProject_Add, which means that any CMake variables have to be passed explicitly to the sub-projects. The new git submodule extra-cmake-modules allow us to use an unchanged version of kuserfeedback/CMakeLists.txt A typical call might look like this: export CMAKE_PREFIX_PATH=$QTDIR;$CREATOR_BUILD_DR cmake -DUSP_AUTH_KEY="..." -DUSP_SERVER_URL="..." -DCMAKE_INSTALL_PREFIX=$CREATOR_INSTALL_DIR Change-Id: I4cc7b6936cad119156f19474c57045296ff6704e Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io>
* Switch to qmake-based KUserFeedback buildAlessandro Portale2019-09-301-0/+0
| | | | | | | | | | | | ...instead of trying to combine a qmake and a CMake build system. Temporary hack until Qt Creator packages get built with CMake. Task-number: QTCREATORBUG-22860 Change-Id: Ibc51a26b73c78e6db8cffc8767fe24653aa5391c Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io> Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Add extra-cmake-modules submoduleVitaly Fanaskov2019-08-211-0/+0
Change-Id: I3c12aeeff8d21c9613c447ebefc156c44e7b165d Reviewed-by: Eike Ziller <eike.ziller@qt.io>