aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5/fixcmake.py
AgeCommit message (Collapse)Author
2017-10-16remove old qt5Barath Kannan
2017-09-19[qt5] Update fixcmake.py for new manual-link directoryShinNoNoir
2017-04-27[qt5] bumped to qt5.8Tobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-02-23[qt5] Exercise full control over build configuration.Robert Schumacher
Bumps version to 5.7.1-2 This fixes several issues: - Prevents a hang for user input during the build. - Moves the tools into a subdirectory so their DLLs do not interfere with other packages. - Adds the currently installed DLLs to the path so that tools compiled during the build can be run. - Uses our system's copy of double-conversion. - No longer uses looped builds; I haven't seen issues since the update to JOM 1.1.2 - Works around an issue with Qt5Bootstrap (QTBUG-55499) Regressions to fix: - Disables many subcomponents
2016-11-01made some qt5 fixesCharles Barto
2016-10-30fixes for plugin installation, cmake package filesBarath Kannan