cmake: Enable c++11 for all targets

This commit is contained in:
Fabio Bas 2016-03-21 11:42:38 +01:00
parent a55b3784eb
commit 2d2958e931

View file

@ -18,7 +18,7 @@ if(Qt4_FOUND)
# Include directories
INCLUDE(${QT_USE_FILE})
INCLUDE_DIRECTORIES(${QT_INCLUDES})
TARGET_LINK_LIBRARIES(carddatabase_test {QT_LIBRARIES})
TARGET_LINK_LIBRARIES(carddatabase_test ${QT_LIBRARIES})
endif()
# qt5 stuff