1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Let AUTOMOC and AUTOUIC process generated files

This commit is contained in:
Dominik Schmidt
2018-10-30 19:38:10 +01:00
parent d5c8026a9e
commit d7cc6b5719

View File

@@ -7,6 +7,9 @@ CMAKE_POLICY(SET CMP0022 NEW)
# Update to NEW and fix things up
CMAKE_POLICY(SET CMP0023 OLD)
# Let AUTOMOC and AUTOUIC process generated files
CMAKE_POLICY(SET CMP0071 NEW)
# TODO:
# Disable automatic qtmain linking
CMAKE_POLICY(SET CMP0020 OLD)