summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake: Replace QT_FEATURE_shared with BUILD_SHARED_LIBSTobias Hunger2018-11-061-0/+1
| | | | | Change-Id: I7f3efde01a98cd6a25de661624afbf7eda2c57af Reviewed-by: Frederik Gladhorn <[email protected]>
* configurejson2cmake: Add generic feature mappingTobias Hunger2018-11-061-44/+83
| | | | | | | | Add a way to map individual parts of a feature to new values and use that also to skip features. Change-Id: Ibddfcbbf9dfac29d460922e991934997b3e8387b Reviewed-by: Frederik Gladhorn <[email protected]>
* Add ATSPI2 library supportTobias Hunger2018-11-011-0/+1
| | | | | Change-Id: I304ba2b9df65008340b698eb3a74dc3b4abfb826 Reviewed-by: Simon Hausmann <[email protected]>
* configurejson2cmake: Sort library mapTobias Hunger2018-11-011-28/+28
| | | | | Change-Id: Ifb8aa5f1583592a9eb71a93973f17d9714628953 Reviewed-by: Simon Hausmann <[email protected]>
* Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+860
Done-by: Alexandru Croitor <[email protected]> Done-by: Frederik Gladhorn <[email protected]> Done-by: Kevin Funk <[email protected]> Done-by: Mikhail Svetkin <[email protected]> Done-by: Simon Hausmann <[email protected]> Done-by: Tobias Hunger <[email protected]> Done-by: Tor Arne Vestbø <[email protected]> Done-by: Volker Krause <[email protected]> Change-Id: Ida4f8bd190f9a4849a1af7b5b7981337a5df5310 Reviewed-by: Simon Hausmann <[email protected]> Reviewed-by: Tobias Hunger <[email protected]> Reviewed-by: Mikhail Svetkin <[email protected]>