1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52:12 +02:00

Define Qt5 C++11 macros for Qt4

This commit is contained in:
Uwe L. Korn 2014-06-29 21:09:02 +01:00
parent dc1af29b22
commit 72c2841eed

@ -214,6 +214,11 @@ if( NOT Qt5Core_DIR )
include( ${QT_USE_FILE} )
endmacro()
# Qt5 C++11 Macros not defined within Qt4
# TODO: Add C++11 support
add_definitions( "-DQ_DECL_FINAL" )
add_definitions( "-DQ_DECL_OVERRIDE" )
endif()
if( Qt5Core_DIR )