summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-01-29 11:06:35 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-01-30 12:55:59 +0100
commit5399f9443e30f7ca849b8096dbe9ee8c88a35c74 (patch)
tree08852aa59cd7b7346c33ca40c2cf90e098597df2 /qmake
parent9b0525729b161524c3ef5b1ec63c0c9ac3efb964 (diff)
Fix qt5_make_output_file macro for file base names with dots
The qt5_make_output_file macro returns the wrong outfile for infiles containing multiple dots in the file name, e.g. 'foo.bar.h'. To fix this we need to use get_filename_component(... NAME_WLE) which is available since CMake 3.14. Re-implement the NAME_WLE functionality for older CMake versions by using multiple get_filename_component calls. Fixes: QTBUG-80295 Change-Id: Ib8e11a69a41ba7f6739eb3d5541ce8f6f59dc18c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qmake')
0 files changed, 0 insertions, 0 deletions